from langchain_community.document_loaders.tensorflow_datasets import (
    TensorflowDatasetLoader,
)

__all__ = ["TensorflowDatasetLoader"]
