12 lines
976 B
Python
12 lines
976 B
Python
from .enrollments import TermOfDefenceSchema, TermOfDefenceListSchema, TemporaryAvailabilityListSchema, \
|
|
AssignedGroupToTermOfDefenceListSchema
|
|
from .examination_schedule import ExaminationScheduleSchema, ExaminationScheduleUpdateSchema, \
|
|
ExaminationSchedulesPaginationSchema, ExaminationSchedulesQuerySchema, WorkloadSchema
|
|
from .groups import GroupQuerySchema, GroupsPaginationSchema, GroupCreateSchema, GroupEditSchema, GroupIdSchema
|
|
from .project_supervisor import ProjectSupervisorQuerySchema, ProjectSupervisorsPaginationSchema, \
|
|
ProjectSupervisorCreateSchema, ProjectSupervisorEditSchema
|
|
from .students import ProjectSupervisorSchema, GroupSchema, StudentSchema, StudentsPaginationSchema, \
|
|
StudentListFileDownloaderSchema, StudentCreateSchema, StudentEditSchema, MessageWithIdSchema, FileSchema, \
|
|
StudentQuerySchema, YearGroupInfoQuery, DetailGroupSchema
|
|
from .year_group import YearGroupSchema, YearGroupPaginationSchema, YearGroupQuerySchema
|