export { School } from "./School"; export { AcademicYear } from "./AcademicYear"; export { Exam } from "./Exam"; export { Question } from "./Question"; export { Student } from "./Student"; export { StudentEmail } from "./StudentEmail"; export { Category } from "./Category"; export { Course } from "./Course"; export { Assessment } from "./Assessment"; export { ExamFact } from "./fact/ExamFact"; export { QuestionFact } from "./fact/QuestionFact"; export { CategoryFact } from "./fact/CategoryFact"; export { ExamQuestionFact } from "./fact/ExamQuestionFact";