This commit is contained in:
Andrey Gumirov
2022-05-01 00:57:58 +07:00
parent a968042f6e
commit e1bd7234ed
19 changed files with 329 additions and 39 deletions

View File

@ -1,2 +1,4 @@
from .menu import menu_router
from .test import test_router
from .test import test_router
from .teacher import teacher_router
from .student import student_router