init academy module

This commit is contained in:
XuanHuyen
2025-04-02 00:37:36 +07:00
parent 3506be1651
commit 3d85101903
13 changed files with 322 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
from . import academy_course
from . import academy_schedule
from . import academy_student
from . import academy_teacher