Coverage for merco/hooks/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.0, created at 2026-07-07 14:04 +0800

1"""钩子系统""" 

2 

3from .registry import HookRegistry, HookResult 

4 

5__all__ = ["HookRegistry", "HookResult"]