9 lines
172 B
Python
9 lines
172 B
Python
from embedchain.config.BaseConfig import BaseConfig
|
|
|
|
class QueryConfig(BaseConfig):
|
|
"""
|
|
Config for the `query` method.
|
|
"""
|
|
def __init__(self):
|
|
pass
|