from .main import StatsDashboardPlugin def get_plugin(): """获取插件实例""" return StatsDashboardPlugin() __all__ = ['StatsDashboardPlugin', 'get_plugin']