Files
abot/plugins/xiuren_image/__init__.py
liuwei 0b3dce8c23 1.删除原有music内容,使用插件music;
2.新建插件,秀人图功能
2025-03-19 14:58:08 +08:00

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