from metrics.studio.web import app

if __name__ == '__main__':
    app.run_server(debug=True, host='0.0.0.0')
