from langchain_community.llms.huggingface_endpoint import (
    HuggingFaceEndpoint,
)

__all__ = ["HuggingFaceEndpoint"]
