file-organization

Split Python Flask app into multiple files

Split Python Flask app into multiple files Question: I’m having trouble understanding how to split a flask app into multiple files. I’m creating a web service and I want to split the api’s into different files (AccountAPI.py, UploadAPI.py, …), just so I don’t have one huge python file. I’ve read that you can do this …

Total answers: 4