Create Client module

This commit is contained in:
Jacob Plaster
2018-11-19 16:51:00 +00:00
parent 02e232362b
commit aa50a399dd
5 changed files with 471 additions and 470 deletions

View File

@@ -1,4 +1,4 @@
name = 'bfxapi'
from bfxapi.websockets.LiveWebsocket import LiveBfxWebsocket
from bfxapi.Client import Client
from bfxapi.websockets.GenericWebsocket import GenericWebsocket