Moved files into repo

This commit is contained in:
Jacob Plaster
2018-11-14 12:22:48 +01:00
parent 22d1fe7fdb
commit fb8e7db149
13 changed files with 510 additions and 0 deletions

4
bfxapi/__init__.py Normal file
View File

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