mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
5 lines
148 B
Python
5 lines
148 B
Python
name = 'bfxapi'
|
|
|
|
from bfxapi.websockets.LiveWebsocket import LiveBfxWebsocket
|
|
from bfxapi.websockets.DataServerWebsocket import DataServerWebsocket
|