Update app directory structure, add home and routes

This commit is contained in:
Brian Duggan
2018-05-25 11:21:49 -04:00
parent d29dae1253
commit 5007a246fb
9 changed files with 53 additions and 38 deletions

5
atst/handlers/main.py Normal file
View File

@@ -0,0 +1,5 @@
from atst.handler import BaseHandler
class MainHandler(BaseHandler):
def get(self):
self.render("hello.html.to")