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
4 lines
64 B
Python
4 lines
64 B
Python
from app.hooks.loader import get_hooks
|
|
|
|
__all__ = ["get_hooks"]
|