1 2 3 4 5 6 7 8
# coding=utf-8 class Index: path = ["/", "/index"] def get(self, req): return req.Response("Coming soon:tm:")