from aiohttp import web from . import handlers def setup_router(app): app.router.add_get('/', handlers.say_hello)