""" 管理员相关API模块 """ from .student_scores import router as student_scores_router from .student_practice import router as student_practice_router __all__ = ["student_scores_router", "student_practice_router"]