update app to 15

This commit is contained in:
ivan deng
2021-12-03 14:20:22 +08:00
parent dbaa87081a
commit 627381c1be
37 changed files with 10201 additions and 0 deletions

7
app_common/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from . import controllers
from . import models
from .hooks import pre_init_hook
from .hooks import post_init_hook
from .hooks import uninstall_hook