Add initial version of Tornado app

This commit is contained in:
Bálint Bokros
2017-11-17 15:57:03 +01:00
parent 5609fde996
commit 9c97c0d7ed
2 changed files with 30 additions and 0 deletions

2
handlers/__init__.py Normal file
View File

@ -0,0 +1,2 @@
from .main_handler import MainHandler
from .zmq_websocket_handler import ZMQWebSocketHandler