Given main.py:
main.py
import asyncio async def new_app(): # Await some things. async def app(scope, receive, send): ... return app a