def __init__(self, config): self.config_manager = config self.config = config.with_options(self)
def __init__(self, config): self.config = config.with_options(self)