Files
bitfinex-api-py/bfxapi/rest/__init__.py

4 lines
148 B
Python

from .endpoints import BfxRestInterface, RestPublicEndpoints, RestAuthenticatedEndpoints, \
RestMerchantEndpoints
NAME = "rest"