コード例 #1
0
ファイル: run.py プロジェクト: baldwint/snotelier
#!/usr/bin/env python3
from snotelier import app
app.run(host='0.0.0.0', debug=True)