flask-ocr2 / app.py
WaiYanLinn
'fixed-error'
d7e3e3c
raw
history blame contribute delete
No virus
96 Bytes
from src import create_app
from asgiref.wsgi import WsgiToAsgi
asgi = WsgiToAsgi(create_app())