quadfile/wsgi.py

4 lines
59 B
Python
Raw Normal View History

2016-02-01 10:29:47 +00:00
from run import app
if __name__ == "__main__":
app.run()