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:
3
backend/app/hooks/__init__.py
Normal file
3
backend/app/hooks/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from app.hooks.loader import get_hooks
|
||||
|
||||
__all__ = ["get_hooks"]
|
||||
Reference in New Issue
Block a user