#!/usr/bin/env python3 """꼬리 백테 ws_ticks 로더 — breakout_tick_loader 와 동일 테이블/형식 재사용.""" from __future__ import annotations from kis_trader.backtest.breakout_tick_loader import ( enrich_tick_meta_with_traded_codes, load_breakout_ticks_by_code, tick_coverage_stats, ) __all__ = [ "enrich_tick_meta_with_traded_codes", "load_breakout_ticks_by_code", "load_tail_ticks_by_code", "tick_coverage_stats", ] load_tail_ticks_by_code = load_breakout_ticks_by_code