53863559f4
Retarget git remote, install path, and deploy docs from crypto_monitor to crypto_monitor_user. Co-authored-by: Cursor <cursoragent@cursor.com>
5 lines
215 B
Python
5 lines
215 B
Python
"""Binance USDT-M 永续 — 策略交易交易所适配(见 strategy_config.build_strategy_config)."""
|
|
from lib.strategy.strategy_exchange_base import StrategyExchangeAdapter
|
|
|
|
__all__ = ["StrategyExchangeAdapter"]
|