ls증권 히스토리 구독 넣음

This commit is contained in:
Your Name
2026-07-30 18:05:07 +09:00
parent 61bec4bd1d
commit 67eab24603
1593 changed files with 135733 additions and 1232 deletions

View File

@@ -0,0 +1,14 @@
#!/usr/bin/env python3
"""하위호환 — 실제 구현은 bt_web_jobs (공용 잡)."""
from kis_trader.backtest.bt_web_jobs import ( # noqa: F401
find_running,
list_jobs,
load_job,
read_progress,
refresh_job,
save_job,
start_bt_job,
start_tail_bt_job,
stop_bt_job,
stop_tail_bt_job,
)