Add new packages to setup.py. Add new feature in .on and .once methods in bfxapi.websocket.client.bfx_websocket_client. Fix small typo in __init__.py.

This commit is contained in:
Davide Casale
2023-02-14 18:49:45 +01:00
parent 49517f9709
commit 99f58ddb04
3 changed files with 38 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
from .public_channels_handler import PublicChannelsHandler
from .authenticated_channels_handler import AuthenticatedChannelsHandler
NAME = "handlers"