brain_pipe.utils.ObjectsWithConfig¶ class ObjectsWithConfig¶ Bases: ABC Base class for objects that can be configured with a dictionary. __init__()¶ Methods __init__() apply_config(config) Apply the configuration to the object. abstract apply_config(config: Dict)¶ Apply the configuration to the object. Parameters: config (Dict) – The configuration to apply.