initial commit

This commit is contained in:
2025-04-29 18:09:00 +08:00
commit 4faed52de5
690 changed files with 13481 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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']