klintorg_site/wsgi.py

5 lines
67 B
Python

from __init__ import app
if __name__ == "__main__":
app.run()