예제 #1
0
파일: run.py 프로젝트: baldwint/snotelier
#!/usr/bin/env python3
from snotelier import app
app.run(host='0.0.0.0', debug=True)