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