add free superbar

This commit is contained in:
Ivan Office
2024-07-18 17:33:31 +08:00
parent f069ebb88f
commit b8a91c9bd8
48 changed files with 1106 additions and 364 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