Files
abot/plugins/point_trade/__init__.py
liuwei 7593483a40 积分赠送功能插件化
抖音真实地址获取插件化
2025-03-19 17:49:51 +08:00

7 lines
211 B
Python
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 从当前包的main模块导入PointTradePlugin类
from .main import PointTradePlugin
# 提供get_plugin函数返回插件实例
def get_plugin():
"""获取插件实例"""
return PointTradePlugin()