Previously the app.py contained all the routes which became disorganized as the amount of routes grew. This PR refactors the different routes into separate files to simplify the app.py file. In addition, now that the files are shorter in length, all the routes now have docstrings.
Previously the
app.py
contained all the routes which became disorganized as the amount of routes grew. This PR refactors the different routes into separate files to simplify theapp.py
file. In addition, now that the files are shorter in length, all the routes now have docstrings.