学生管理系统代码
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user