官网上架 app_sample 改名

This commit is contained in:
Ivan Office
2023-10-09 00:00:12 +08:00
parent 4e9ffaa9fb
commit d9ffda1379
35 changed files with 2 additions and 2 deletions

12
app_sample/__init__.py Normal file
View File

@@ -0,0 +1,12 @@
# -*- coding: utf-8 -*-
# please comment follow for produce
from . import models
from . import report
from . import controllers
# hook form install and uninstall
from .hooks import pre_init_hook
from .hooks import post_init_hook
from .hooks import uninstall_hook