refactor: 更换fastapi初始化位置

This commit is contained in:
tcmofashi
2025-04-09 17:25:25 +08:00
parent 986833ace9
commit 10c72ea435
4 changed files with 79 additions and 105 deletions

View File

@@ -2,7 +2,7 @@
__version__ = "0.1.0"
from .api import BaseMessageAPI, global_api
from .api import global_api
from .message_base import (
Seg,
GroupInfo,
@@ -14,7 +14,6 @@ from .message_base import (
)
__all__ = [
"BaseMessageAPI",
"Seg",
"global_api",
"GroupInfo",