로고스/루트 레거시를 제거하고 deepcoin 패키지·scripts 01~05 CLI·docs/reference로 데이터·GT·분석·매칭·운영 단계를 정리했다. config와 .env 기반 설정, trade_anaysis.html 동기화 포함. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
95 B
Python
6 lines
95 B
Python
"""외부 API 연동 (빗썸 등)."""
|
|
|
|
from deepcoin.api.bithumb import HTS
|
|
|
|
__all__ = ["HTS"]
|