mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-29 02:21:41 +00:00
Initial tornado application
This commit is contained in:
6
Python/app/handlers/MainHandler.py
Normal file
6
Python/app/handlers/MainHandler.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import tornado.web
|
||||
|
||||
|
||||
class MainHandler(tornado.web.RequestHandler):
|
||||
def get(self):
|
||||
self.render("index.html")
|
||||
0
Python/app/handlers/__init__.py
Normal file
0
Python/app/handlers/__init__.py
Normal file
BIN
Python/app/handlers/__pycache__/MainHandler.cpython-37.pyc
Normal file
BIN
Python/app/handlers/__pycache__/MainHandler.cpython-37.pyc
Normal file
Binary file not shown.
BIN
Python/app/handlers/__pycache__/__init__.cpython-37.pyc
Normal file
BIN
Python/app/handlers/__pycache__/__init__.cpython-37.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user