Files

15 lines
350 B
Python
Raw Permalink Normal View History

2026-09-21 19:49:26 +08:00
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"]