mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +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")
|
||||
Reference in New Issue
Block a user