from app.pipelines.base import Pipeline, PipelineException  # isort:skip

from app.pipelines.zero_shot_image_classification import (
    ZeroShotImageClassificationPipeline,
)
