# 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']