ready to code-like

This commit is contained in:
Cai
2025-09-21 14:03:40 +08:00
parent b1f832a2fb
commit 588fc3b697
14 changed files with 562 additions and 20 deletions

View File

@@ -5,7 +5,6 @@ bootstrap_paths()
from apps import create_app
from apps.extensions import socketio
# 工厂创建 app工厂里已经做了加载配置/注册蓝图/注册 namespaces
app = create_app()
if __name__ == "__main__":