static splatnet3_scraper.query.Config.from_empty_handler(prefix='')

Creates a Config object from an empty ConfigOptionHandler object. This is useful if you have environment variables set and want to create a Config object from them.

Parameters:
prefix : str

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

Returns:

Config – The Config object.