Files
t6_mem0/embedchain/embedchain/pipeline.py
2024-07-12 20:21:33 +05:30

10 lines
123 B
Python

from embedchain.app import App
class Pipeline(App):
"""
This is deprecated. Use `App` instead.
"""
pass