initial: scaffold atm trading monitor (Faza 1)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-04-15 22:03:36 +00:00
commit 9207197a56
21 changed files with 2139 additions and 0 deletions

5
conftest.py Normal file
View File

@@ -0,0 +1,5 @@
"""Root conftest — add src/ to sys.path so 'import atm' works without install."""
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).parent / "src"))