hypercorn programatically
import asyncio
from hypercorn.config import Config
from hypercorn.asyncio import serve
from module import app
asyncio.run(serve(app, Config()))
#For More on API Usage visit https://pgjones.gitlab.io/hypercorn/how_to_guides/api_usage.html