暴露全部api,解决循环import问题

This commit is contained in:
UnCLAS-Prommer
2025-07-08 00:10:31 +08:00
parent 6633d5e273
commit 36974197a8
14 changed files with 89 additions and 702 deletions

View File

@@ -16,6 +16,7 @@ from src.plugin_system.apis import (
person_api,
send_api,
utils_api,
plugin_register_api,
)
# 导出所有API模块使它们可以通过 apis.xxx 方式访问
@@ -30,4 +31,5 @@ __all__ = [
"person_api",
"send_api",
"utils_api",
"plugin_register_api",
]