wanderhome-quiz/server/wsgi.py

2 lines
57 B
Python

from main import app
if __name__ == '__main__': app.run()