Files
bitfinex-api-py/bfxapi/__init__.py
2023-02-17 18:38:07 +01:00

6 lines
154 B
Python

from .client import Client
from .urls import REST_HOST, PUB_REST_HOST, STAGING_REST_HOST, \
WSS_HOST, PUB_WSS_HOST, STAGING_WSS_HOST
NAME = "bfxapi"