Skip to content

Commit d77a517

Browse files
authored
feat(module): expose some internal classes (sammchardy#1484)
* feat(module): expose some internal classes * linting
1 parent cc28d8e commit d77a517

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

binance/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,13 @@
1818
ThreadedWebsocketManager, # noqa
1919
BinanceSocketType, # noqa
2020
)
21+
22+
from binance.ws.keepalive_websocket import KeepAliveWebsocket # noqa
23+
24+
from binance.ws.reconnecting_websocket import ReconnectingWebsocket # noqa
25+
26+
from binance.ws.constants import * # noqa
27+
28+
from binance.exceptions import * # noqa
29+
2130
from binance.enums import * # noqa

0 commit comments

Comments
 (0)