flaschengeist/flaschengeist.wsgi

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
87 B
Plaintext
Raw Normal View History

2020-10-31 00:17:14 +00:00
#!/usr/bin/python3
from flaschengeist.app import create_app
application = create_app()