Files
DoubaoTeam/models/__init__.py
T

8 lines
227 B
Python
Raw Normal View History

from .class_model import Classes
from .class_teacher import ClassTeachers
from .consultant import Consultant
from .employment import Employment
from .score import Score
from .student import Student
from .teacher import Teacher