from aiohttp.web import Response def status(request): Response(text="Status: it's working!")