mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 22:59:53 +00:00
✨ 重构Marsho插件,优化模块导入,钩子函数与类实例化,全局变量独立为模块
This commit is contained in:
@ -6,11 +6,11 @@ require("nonebot_plugin_localstore")
|
||||
import nonebot_plugin_localstore as store # type: ignore
|
||||
from nonebot import get_driver, logger # type: ignore
|
||||
|
||||
from .azure import *
|
||||
from .config import config
|
||||
|
||||
# from .hunyuan import *
|
||||
from .dev import *
|
||||
from .marsho import *
|
||||
from .metadata import metadata
|
||||
|
||||
__author__ = "Asankilp"
|
||||
|
Reference in New Issue
Block a user