File size: 72 Bytes
e1fff91
9a6b849
e1fff91
 
1
2
3
4
5
from app import app

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