feat(trade-monitor): 스캐폴딩 + config

This commit is contained in:
2026-07-03 01:44:25 +09:00
parent 03e50d2be1
commit 141209ad42
8 changed files with 1676 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
"""services/ 루트를 sys.path에 추가 — from _shared.heartbeat import 가능하게."""
import sys
from pathlib import Path
sys.path.insert(0, str(Path(__file__).resolve().parent.parent))