pylabrobot.config.config.Config# class pylabrobot.config.config.Config(logging: ~pylabrobot.config.config.Config.Logging = <factory>)# Bases: object The configuration object for the application. Attributes as_dict Convert the Config object to a dictionary. logging Methods __init__([logging]) from_dict(d) Create a Config object from a dictionary. Parameters: logging (Logging)