prepare ai_base 相关,仅安装,功能待测试

This commit is contained in:
Chill
2024-12-20 18:00:02 +08:00
parent 01a918dd44
commit 4111489121
74 changed files with 1745 additions and 6 deletions

View File

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