from langchain_community.llms.self_hosted import (
    SelfHostedPipeline,
)

__all__ = ["SelfHostedPipeline"]
