5 lines
74 B
Python
5 lines
74 B
Python
from .main import DouyuPlugin
|
|
|
|
def get_plugin():
|
|
return DouyuPlugin()
|