butterrobot/butterrobot/__main__.py

7 lines
166 B
Python
Raw Permalink Normal View History

2020-04-22 21:58:06 +00:00
from butterrobot.app import app
from butterrobot.config import DEBUG
# Only used for local development!
# python -m butterrobot
app.run(debug=DEBUG, host="0.0.0.0")