static splatnet3_scraper.query.Config.from_dict(config, prefix='')

Creates a Config object from a dictionary.

Parameters:
config : dict[str, str]

The dictionary to load the config from.

prefix : str

The prefix to use for the config options. Defaults to “SN3S”.

Returns:

Config – The Config object created from the dictionary.