static splatnet3_scraper.query.Config.from_s3s_config(path, *, prefix='')

Creates a Config object from an s3s config file. This method is useful if you already have an s3s config file and want to use it to create a Config object. It is not recommended to use this method if you can avoid it.

Parameters:
path : str

The path to the s3s config file.

prefix : str

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

Returns:

Config – The Config object created from the s3s config file.