from embedchain.config.BaseConfig import BaseConfig class AddConfig(BaseConfig): """ Config for the `add` method. """ def __init__(self): pass