_run Module (Internal Script)ΒΆ

This internal file (abacus/driver/_run.py) contains a minimal script to execute the main workflow defined in the MMMBaseDriver class (likely the one from abacus/driver/_driver.py).

The script performs two main actions:

  1. Instantiates MMMBaseDriver.

  2. Calls the main method of the driver instance, passing presumably globally defined config_filename, input_filename, holidays_filename (implicitly required by main), and an output_folder variable.

This script serves as a simple entry point to run the entire MMM process orchestrated by the MMMBaseDriver.