6 lines
145 B
Python
6 lines
145 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import education_student
|
|
from . import education_class
|
|
from . import student_level
|
|
from . import education_school |