utils.utils#
Utility module.
- load_controller(path: Path) Type[Controller]#
Load the controller module from the given path and return the Controller class.
- Parameters:
path – Path to the controller module.
- load_config(path: Path) ConfigDict#
Load the race config file.
- Parameters:
path – Path to the config file.
- Returns:
The configuration.