Files
gogo2/core/mexc_webclient/__init__.py
2025-06-24 12:59:28 +03:00

8 lines
246 B
Python

# MEXC Web Client Module
#
# This module provides web-based trading capabilities for MEXC futures trading
# which is not supported by their official API.
from .mexc_futures_client import MEXCFuturesWebClient
__all__ = ['MEXCFuturesWebClient']