mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-02-01 02:51:25 +08:00
10 lines
318 B
Python
10 lines
318 B
Python
"""该功能目前~~正在开发中~~开发基本完成,暂时~~不~~可用,受影响的文件夹 `plugin`, `plugins`
|
|
"""
|
|
|
|
from .func_call import *
|
|
from .load import *
|
|
from .models import *
|
|
from .utils import *
|
|
|
|
# logger.opt(colors=True).info("<y>MarshoAI 插件功能开发中,用户请忽略相关日志</y>")
|