update common

This commit is contained in:
ivan deng
2020-09-05 18:01:07 +08:00
parent 418f4bc8ba
commit 386dc82b55
23 changed files with 539 additions and 1 deletions

7
app_common/__init__.py Normal file
View File

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