diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-23 15:31:47 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-23 23:15:21 +0100 |
commit | c8d99bb33f21991a6c3e7539806f2bc73659b896 (patch) | |
tree | 20b2d38f8319d796429f080a15cea584d4af12d5 /swiftstory/client.py | |
parent | 82cd09e010783b81ec58145c7682f4b8da49ac85 (diff) |
Add back not so unused module ...
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'swiftstory/client.py')
-rw-r--r-- | swiftstory/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/swiftstory/client.py b/swiftstory/client.py index a84783d..3000b79 100644 --- a/swiftstory/client.py +++ b/swiftstory/client.py @@ -1,6 +1,8 @@ import asyncio import logging +import websockets + from swiftstory.exception import WrongAction, UnsupportedLanguage, JoinError |