mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-22 00:04:20 +01:00
5 lines
142 B
Python
5 lines
142 B
Python
name = 'bfxapi'
|
|
|
|
from bfxapi.websockets.LiveWebsocket import LiveBfxWebsocket
|
|
from bfxapi.websockets.GenericWebsocket import GenericWebsocket
|