Files
eth_hedge_sim/backend/app/market/okx_rest.py
T
2026-07-25 08:43:09 +08:00

6 lines
128 B
Python

"""兼容层:OKX REST 在 exchange.okx.rest。"""
from ..exchange.okx.rest import OkxRestClient
__all__ = ["OkxRestClient"]