Clean up module structure

This commit is contained in:
Joscha 2017-09-02 12:58:39 +00:00
parent dfad3241fb
commit 6cc8094e0d
14 changed files with 39 additions and 1315 deletions

View file

@ -5,7 +5,9 @@ asyncio.get_event_loop().set_debug(True)
import json
import websockets
from websockets import ConnectionClosed
#from websockets import ConnectionClosed
__all__ = ["Connection"]