5797d49d8a
统一 strategy、key_monitor、trade、hub 等共用库到 lib/ 子包,并补充 lib-structure 文档,便于四所与中控维护。 Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
225 B
Python
5 lines
225 B
Python
"""Binance USDT-M 永续 — 策略交易交易所适配(见 strategy_config.build_strategy_config)。"""
|
|
from lib.strategy.strategy_exchange_base import StrategyExchangeAdapter
|
|
|
|
__all__ = ["StrategyExchangeAdapter"]
|