mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Split websocket package in multiple sub-package. Split handlers.py in public_channels_handler.py and authenticated_channels_handler.py. Rename files attaining to new conventions.
This commit is contained in:
3
bfxapi/websocket/handlers/__init__.py
Normal file
3
bfxapi/websocket/handlers/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .public_channels_handler import PublicChannelsHandler
|
||||
from .authenticated_channels_handler import AuthenticatedChannelsHandler
|
||||
NAME = "handlers"
|
||||
Reference in New Issue
Block a user