Files
bitfinex-api-py/bfxapi/__init__.py
2018-11-14 12:22:48 +01:00

5 lines
148 B
Python

name = 'bfxapi'
from bfxapi.websockets.LiveWebsocket import LiveBfxWebsocket
from bfxapi.websockets.DataServerWebsocket import DataServerWebsocket