Clean up module structure
This commit is contained in:
parent
dfad3241fb
commit
6cc8094e0d
14 changed files with 39 additions and 1315 deletions
|
|
@ -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"]
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue