This commit is contained in:
ivan deng
2019-04-18 19:28:21 +08:00
parent 77f3e3150b
commit 2246b24826
12 changed files with 181 additions and 0 deletions

5
aps/__init__.py Normal file
View File

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