_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:
Instantiates
MMMBaseDriver.Calls the
mainmethod of the driver instance, passing presumably globally definedconfig_filename,input_filename,holidays_filename(implicitly required bymain), and anoutput_foldervariable.
This script serves as a simple entry point to run the entire MMM process orchestrated by the MMMBaseDriver.