10 lines
123 B
Python
10 lines
123 B
Python
from embedchain.app import App
|
|
|
|
|
|
class Pipeline(App):
|
|
"""
|
|
This is deprecated. Use `App` instead.
|
|
"""
|
|
|
|
pass
|