AddConfig.py 167 B

12345678
  1. from embedchain.config.BaseConfig import BaseConfig
  2. class AddConfig(BaseConfig):
  3. """
  4. Config for the `add` method.
  5. """
  6. def __init__(self):
  7. pass