1. from sanic.response import text
    2. @app.route("/")
    3. async def handler(request):
    4. return text("Hi 😎")