i3control/backend/wsgi.py

7 lines
61 B
Python

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