update description

This commit is contained in:
ivanOffice
2023-10-09 01:26:36 +08:00
parent b88a0411d1
commit 524a4352e3
102 changed files with 1522 additions and 100 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