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