rophako/runserver.py

4 regels
93 B
Python

#!/usr/bin/env python
from rophako import app
app.run(host='0.0.0.0', debug=True, port=2006)