#!/usr/bin/env python # -*- coding: utf-8 -*- from backend import app app.run(debug=True)