#!/usr/bin/python from shop import app print('http://127.0.0.1:5000/') app.run(debug=True,host="0.0.0.0")