Update app directory structure, add home and routes
This commit is contained in:
5
atst/handlers/main.py
Normal file
5
atst/handlers/main.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from atst.handler import BaseHandler
|
||||
|
||||
class MainHandler(BaseHandler):
|
||||
def get(self):
|
||||
self.render("hello.html.to")
|
Reference in New Issue
Block a user