refactor: Add config for init, app and query (#158)
This commit is contained in:
9
embedchain/config/BaseConfig.py
Normal file
9
embedchain/config/BaseConfig.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class BaseConfig:
|
||||
"""
|
||||
Base config.
|
||||
"""
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
def as_dict(self):
|
||||
return vars(self)
|
||||
Reference in New Issue
Block a user