This avoids the overhead of searching through the various configuration classes by directly referencing the class that the attributes are in. It also improves type hints since mypy can now resolve the types of the configuration variables.
Signed-off-by: Dirk Klimpel dirk@klimpel.org