from langchain_community.document_loaders.spreedly import (
    SpreedlyLoader,
)

__all__ = ["SpreedlyLoader"]
