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