Files
crypto_monitor/strategy_exchange_okx.py
2026-05-23 10:48:50 +08:00

5 lines
197 B
Python

"""OKX 永续 — 策略交易交易所适配(见 strategy_config.build_strategy_config)。"""
from strategy_exchange_base import StrategyExchangeAdapter
__all__ = ["StrategyExchangeAdapter"]