Tornado stuff

This commit is contained in:
2019-03-08 11:12:47 +01:00
parent c542c66f7e
commit dc801464ed
7 changed files with 38 additions and 59 deletions

6
web/asyncTornado.py Normal file
View File

@@ -0,0 +1,6 @@
import tornado
import tornado.web
import tornado.gen
class asyncRequestHandler(tornado.web.RequestHandler):