ConfigSection
- class lib.config.objects.ConfigSection(helptext: str, options: dict[str, ConfigItem])
Bases:
objectDataclass for holding information about configuration sections and the contained configuration items
- Parameters:
helptext (str) – The helptext to be displayed for the configuration section
options (dict[str, lib.config.objects.ConfigItem]) – Dictionary of configuration option name to the options for the section