flaschengeist/flaschengeist.wsgi

4 lines
87 B
Python

#!/usr/bin/python3
from flaschengeist.app import create_app
application = create_app()