friwall/wsgi.py
2023-01-26 10:51:51 +01:00

4 lines
47 B
Python

from web import create_app
app = create_app()