""" DeepCoin 패키지 — WLD MTF 분석·정답·운영 단계. """ from pathlib import Path import sys _PROJECT_ROOT = Path(__file__).resolve().parents[1] if str(_PROJECT_ROOT) not in sys.path: sys.path.insert(0, str(_PROJECT_ROOT)) from deepcoin.paths import ensure_dirs ensure_dirs()