mirror of
https://github.com/borbann-platform/backend-api.git
synced 2025-12-18 12:14:05 +01:00
4 lines
147 B
Python
4 lines
147 B
Python
# Make CRUD functions easily accessible
|
|
from .crud_pipeline import pipeline, data_source, pipeline_run
|
|
from .crud_news_article import news_article
|