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