my eye

__init__.py

Raw

import web

app = web.application(__name__, prefix="subapp")


@app.control("abba")
class Abba:
    def get(self):
        return app.view.index()