load_config# method GlobalConfiguration.load_config(filename: str | Path) → None[source]# Reads the configuration file and updates the internal configuration. Parameters: filenamestr or Path, optionalThe path to the configuration file. Raises: FileNotFoundErrorIf the file does not exist.