Description
INI-style settings files can inherit values from other files through a ConfigParser subclass. Developers use iniherit for layered application or tool settings. Included files may contain secrets or environment-specific paths, so inheritance chains need review.