fuel-stats/collector/run.py

6 lines
74 B
Python
Executable File

#!/usr/bin/env python
from collector.app import app
app.run(debug=True)