Entrypoints

This document provides information about the entrypoints for the codebase.

Testing

tests/test_app.py

This file contains the entrypoint for running all tests related to the Flask application as a whole.

tests/test_app_single.py

This file holds the entrypoint for running individual tests within the Flask application.

Application

app.py

This is the main entrypoint file for the Flask application. It defines the Flask app instance and sets up the routes for various application endpoints.