WarMAC Main#

The __init__.py file is the file that is called when WarMAC is executed. It pulls together all of the necessary modules and functions and executes them.
warmac.SUBCMD_TO_FUNC: Dict[str, Callable[[Namespace], None]] = warmac_average.average()#

A dictionary of all commands that can be executed by the user.