friwall/wsgi.py

4 lines
47 B
Python
Raw Normal View History

2022-01-03 10:33:02 +00:00
from web import create_app
app = create_app()