Files
tp-ems/backend/app/hooks/__init__.py
Du Wenbo 2822486270 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
2026-04-04 18:32:56 +08:00

4 lines
64 B
Python

from app.hooks.loader import get_hooks
__all__ = ["get_hooks"]