Add barebone files for rest section.

This commit is contained in:
Davide Casale
2022-11-30 18:25:15 +01:00
parent 48f1745f10
commit 4cfeab8a79
9 changed files with 67 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ __all__ = [
class BfxWebsocketException(Exception):
"""
Base class for all exceptions defined in bfx/websocket/errors.py.
Base class for all exceptions defined in bfxapi/websocket/exceptions.py.
"""
pass