e19bb452f9
Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
128 B
Python
6 lines
128 B
Python
"""兼容层:OKX REST 在 exchange.okx.rest。"""
|
|
|
|
from ..exchange.okx.rest import OkxRestClient
|
|
|
|
__all__ = ["OkxRestClient"]
|