app.main package

Submodules

app.main.routes module

Main Module for Application Landing Page.

This module defines the main functionality of the application’s landing page, including routes for rendering the index page.

Routes:
  • main: Blueprint for managing routes related to the main application.

Usage:

This module is part of the Flask application and handles the landing page.

app.main.routes.index()

Landing Page Route in the Main Module.

Module contents

Main Module Initialization.

This module initializes the main module for the whole Flask application.

Usage:

This module is part of the main package and is used to initialize the main module in the Flask application.