这是我们组的项目

This commit is contained in:
ygx
2026-09-21 19:49:26 +08:00
commit 9d2455902a
61 changed files with 4196 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
from .advisor_model import Advisor
from .class_model import Classes
# from .demo import Student
from .employment_model import Employment
from .score_model import Score
# from .score_model import Score
from .student_model import Student
from .teacher_model import Teacher
__all__ = [ "Advisor",'Student',"Employment","Classes","Teacher","Score"]