classmethod paguro.Config.load_from_file(file: Path | str) → Config Load (and set) previously saved Config options from file. Parameters:¶ file : Path | str¶File path to a JSON string produced by Config.save(). See also loadLoad (and set) Config options from a JSON string. saveSave the current set of Config options as a JSON string or file.