add free superbar

This commit is contained in:
Ivan Office
2024-07-18 17:06:33 +08:00
parent 4b2b1444c6
commit f069ebb88f
937 changed files with 12110 additions and 22 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