#!/usr/bin/python from baseplate import app app.run(host = '0.0.0.0',debug = True)