none
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
from util.database import Base
|
|
||||||
from .all_model import Class
|
|
||||||
from .code_value_model import CodeValue
|
|
||||||
from .company_model import Company
|
|
||||||
from .course_model import Course
|
|
||||||
from .employee_model import Employee
|
|
||||||
from .employment_info_model import EmploymentInfo
|
|
||||||
from .grade_model import Grade
|
|
||||||
from .interview_model import Interview
|
|
||||||
from .relation_model import Relation
|
|
||||||
from .student_model import Student
|
|
||||||
|
|
||||||
__all__ = [
|
|
||||||
"Base",
|
|
||||||
"Class",
|
|
||||||
"CodeValue",
|
|
||||||
"Company",
|
|
||||||
"Course",
|
|
||||||
"Employee",
|
|
||||||
"EmploymentInfo",
|
|
||||||
"Grade",
|
|
||||||
"Interview",
|
|
||||||
"Relation",
|
|
||||||
"Student",
|
|
||||||
]
|
|
||||||
|
|||||||
Reference in New Issue
Block a user