1
0
forked from bot/app

添加进程及生命周期管理器,添加轻雪框架支持

This commit is contained in:
2024-07-26 14:35:47 +08:00
parent f22f4d229d
commit 13692228c6
6 changed files with 23 additions and 11 deletions

View File

@ -2,6 +2,10 @@ from liteyuki.bot import (
LiteyukiBot,
get_bot
)
from liteyuki.plugin import (
load_plugin,
load_plugins
)
# def get_bot_instance() -> LiteyukiBot | None:
# """