示例#1
0
文件: run.py 项目: baldwint/snotelier
#!/usr/bin/env python3
from snotelier import app
app.run(host='0.0.0.0', debug=True)