init common and customize

This commit is contained in:
Ivan Office
2024-08-19 18:41:50 +08:00
parent 6f068e6c27
commit 7025bb9611
354 changed files with 14557 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# -*- coding: utf-8 -*-
from . import controllers
from . import models
from . import wizard
from . import hooks
from .hooks import pre_init_hook
from .hooks import post_init_hook