feat(trade-monitor): 스캐폴딩 + config
This commit is contained in:
5
services/trade-monitor/conftest.py
Normal file
5
services/trade-monitor/conftest.py
Normal 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))
|
||||
Reference in New Issue
Block a user