niku-client/run.py

3 lines
58 B
Python

#!flask/bin/python
from app import app
app.run(debug=True)