Add bfxapi/websocket/enums.py file. Rewrite bfxapi.websocket's __init__.py. Rename HEARTBEAT constant to _HEARTBEAT to make it internal.

This commit is contained in:
Davide Casale
2022-11-23 16:56:13 +01:00
parent 4933ae6d9a
commit c8d8586841
4 changed files with 32 additions and 41 deletions

View File

@@ -1,3 +1 @@
from .BfxWebsocketClient import BfxWebsocketClient, Errors
from .handlers import Channels
from .exceptions import BfxWebsocketException, ConnectionNotOpen, TooManySubscriptions, WebsocketAuthenticationRequired, InvalidAuthenticationCredentials, EventNotSupported, OutdatedClientVersion
from .BfxWebsocketClient import BfxWebsocketClient