feat: 初始提交 v1.2.0 - 钢琴练习方案生成系统

This commit is contained in:
hmo
2026-04-21 20:00:33 +08:00
commit fd593bddf4
44 changed files with 10936 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# 路由蓝图
from flask import Blueprint
main_bp = Blueprint("main", __name__)
# 导入各路由模块
from app.routes import students, plans, problems, settings, auth, classes, users, backup