from a2wsgi import ASGIMiddleware
from db import app

application = ASGIMiddleware(app)