Files
abot/plugins/group_virtual/__init__.py

7 lines
217 B
Python
Raw Permalink 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模块导入GroupVirtualPlugin类
from .main import GroupVirtualPlugin
# 提供get_plugin函数返回插件实例
def get_plugin():
"""获取插件实例"""
return GroupVirtualPlugin()