static splatnet3_scraper.query.Config.from_file(file_path, save_to_file=True, prefix='') Creates a Config object from a file. Parameters:¶ file_path : str¶The path to the file to load the config from. save_to_file : bool¶Whether or not to save the config to the file. Defaults to True. prefix : str¶The prefix to use for the config options. Defaults to “SN3S”. Returns:¶ Config – The Config object created from the file.