read_config¶ class maze.core.utils.config_utils.read_config(path: Path | str)¶ Read YAML file into a dict Parameters: path – Path of the file to read Returns: Dict with the YAML file contents