exa.common.helpers.yaml_helper.load_yaml# load_yaml(path)# Load a YAML file from the given path and raise error if the file can’t be loaded. Parameters: path (Path | str) – Return type: dict[str, Any]