from langchain_community.llms.self_hosted_hugging_face import (
    SelfHostedHuggingFaceLLM,
)

__all__ = [
    "SelfHostedHuggingFaceLLM",
]
