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. .. automodule:: main_program :members: :show-inheritance: