fix #I8JUHA [app_event_superbar]管理

This commit is contained in:
Chill
2023-11-28 17:52:48 +08:00
parent 0ff8fc1160
commit a575f5a547
46 changed files with 787 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
# please comment follow for produce
from . import models
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