main_program – Application Entry Point

This module is the application entry point. It is invoked by the differential-lab command (defined in pyproject.toml) or when running python src/main_program.py directly.

DifferentialLab — application entry point.

main_program.main()[source]

Initialize configuration, logging, and launch the main menu.

Sets up the application environment, checks for updates, and starts the Tkinter main loop with the main menu window.

Return type:

None