pybtls.utils.output_pickle.load_output# load_output(file_path)[source]# Load the output dir data from a binary pkl file. Parameters: file_path (Path) – The path to the file where the output dir data is saved (end by .pkl). Returns: The output dir data. Return type: dict[str, _OutputManager]