splatnet3_scraper.query.Config.get_value(option, default=None)

Gets the value of the option.

Parameters:
option : str

The name of the option.

default : T

The default value to return if the option is not defined.

Returns:

str | T – The value of the option.