#!/usr/bin/env python from app import app, model app.run(debug=False, port=int(model.opts.port), host=model.opts.host)