# -*- coding: utf-8 -*- from myapp import app app.run(host="0.0.0.0", debug=True)