refactor: Add config for init, app and query (#158)
This commit is contained in:
8
embedchain/config/AddConfig.py
Normal file
8
embedchain/config/AddConfig.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from embedchain.config.BaseConfig import BaseConfig
|
||||
|
||||
class AddConfig(BaseConfig):
|
||||
"""
|
||||
Config for the `add` method.
|
||||
"""
|
||||
def __init__(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user