File size: 71 Bytes
1dae400
 
 
 
1
2
3
4
from app import app

if __name__ == "__main__":
    app.run(debug=True)