8 lines
425 B
Python
8 lines
425 B
Python
from apps.dict.controllers.abbreviation import AbbreviationController
|
|
from apps.dict.controllers.common import CommonController
|
|
from apps.dict.controllers.contact import ContactController
|
|
from apps.dict.controllers.dict import DictController
|
|
from apps.dict.controllers.fragment import UserFiledController
|
|
|
|
__all__ = ['AbbreviationController', 'CommonController', 'ContactController', 'DictController', 'UserFiledController']
|