quadfile/wsgi.py

4 lines
59 B
Python

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