猛男视频迁移成插件。删除原有逻辑

This commit is contained in:
liuwei
2025-03-19 16:30:33 +08:00
parent 15fc732acb
commit bb98d6b802
3 changed files with 188 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 从当前包的main模块导入VideoManPlugin类
from .main import VideoManPlugin
# 提供get_plugin函数返回插件实例
def get_plugin():
"""获取插件实例"""
return VideoManPlugin()