docker_images/fasttext/app/pipelines/__init__.py (3 lines of code) (raw):

from app.pipelines.base import Pipeline, PipelineException # isort:skip from app.pipelines.feature_extraction import FeatureExtractionPipeline from app.pipelines.text_classification import TextClassificationPipeline