This commit is contained in:
ivan deng
2019-04-18 19:29:11 +08:00
parent e1bdb4b270
commit aede2d3646
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