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

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