feat: MACP Phase 2A — Event Bridge + Notification System (#11)
This commit was merged in pull request #11.
This commit is contained in:
10
tests/__init__.py
Normal file
10
tests/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from __future__ import annotations
|
||||
|
||||
import pathlib
|
||||
import sys
|
||||
|
||||
|
||||
REPO_ROOT = pathlib.Path(__file__).resolve().parents[1]
|
||||
EVENTS_DIR = REPO_ROOT / "tools" / "orchestrator-matrix" / "events"
|
||||
if str(EVENTS_DIR) not in sys.path:
|
||||
sys.path.insert(0, str(EVENTS_DIR))
|
||||
Reference in New Issue
Block a user