mexc futures web client wip
This commit is contained in:
8
core/mexc_webclient/__init__.py
Normal file
8
core/mexc_webclient/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
# 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']
|
Reference in New Issue
Block a user