from aiohttp.web import Application from . import set_app app = Application() set_app(app)