File size: 95 Bytes
8a41f4d
 
 
 
1
2
3
4
5
from application.app import app

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