基本构建

This commit is contained in:
mkg
2021-03-18 22:59:02 +08:00
parent 3cf62d4305
commit d2a2b35317
638 changed files with 198871 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
from applications.views.admin import init_adminViews
from applications.views.index import init_indexViews
def init_view(app):
init_adminViews(app)
init_indexViews(app)