from langchain_community.llms.human import (
    HumanInputLLM,
)

__all__ = ["HumanInputLLM"]
