first class setup

This commit is contained in:
ori
2019-08-15 09:40:18 -07:00
parent e068fe3cb2
commit c8500cbcf7
4 changed files with 239 additions and 213 deletions

View File

@@ -1,4 +1,4 @@
import asyncio
from datetime import timedelta
import tornado.websocket
import json
@@ -17,7 +17,6 @@ def send_all_async(message):
pass
class ChameleonWebSocket(tornado.websocket.WebSocketHandler):
actions = {}