from langchain_community.llms.huggingface_hub import (
    HuggingFaceHub,
)

__all__ = ["HuggingFaceHub"]
