8 lines
217 B
Python
8 lines
217 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import education_class
|
|
from . import education_class_group
|
|
from . import education_student
|
|
from . import education_school
|
|
from . import education_student_level
|
|
from . import res_partner |