Squashed 'core/' changes from 92ec910..2b9797d

2b9797d feat: add customer hooks plugin system (v1.1.0)
26d2731 chore: add VERSION file (1.0.0)

git-subtree-dir: core
git-subtree-split: 2b9797d61b501ecbaa73253f6f4001769917a24f
This commit is contained in:
Du Wenbo
2026-04-04 18:32:11 +08:00
parent 026c837b91
commit e306b705bc
6 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from app.hooks.loader import get_hooks
__all__ = ["get_hooks"]