9 lines
662 B
Python
9 lines
662 B
Python
|
from .groups import GroupQuerySchema, GroupsPaginationSchema, GroupCreateSchema, GroupEditSchema
|
||
|
from .project_supervisor import ProjectSupervisorQuerySchema, ProjectSupervisorsPaginationSchema, \
|
||
|
ProjectSupervisorCreateSchema, ProjectSupervisorEditSchema
|
||
|
from .students import ProjectSupervisorSchema, GroupSchema, StudentSchema, StudentsPaginationSchema, \
|
||
|
StudentListFileDownloaderSchema, StudentCreateSchema, StudentEditSchema, MessageSchema, FileSchema, \
|
||
|
StudentQuerySchema
|
||
|
from .examination_schedule import ExaminationScheduleSchema, ExaminationScheduleUpdateSchema, \
|
||
|
ExaminationSchedulesPaginationSchema, ExaminationSchedulesQuerySchema
|