Add bfxapi/version.py to contain the package version.

This commit is contained in:
Davide Casale
2023-03-22 21:24:44 +01:00
parent 275cff6a2a
commit 34f583cfff
12 changed files with 12 additions and 18 deletions

View File

@@ -1,3 +1 @@
from .client import BfxWebsocketClient, BfxWebsocketBucket, BfxWebsocketInputs
NAME = "websocket"

View File

@@ -1,5 +1,3 @@
from .bfx_websocket_client import BfxWebsocketClient
from .bfx_websocket_bucket import BfxWebsocketBucket
from .bfx_websocket_inputs import BfxWebsocketInputs
NAME = "client"

View File

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