diff --git a/cognee/modules/chunking/__init__.py b/cognee/modules/chunking/__init__.py deleted file mode 100644 index 370d7ef78..000000000 --- a/cognee/modules/chunking/__init__.py +++ /dev/null @@ -1,5 +0,0 @@ -from .TextChunker import TextChunker -from .LangchainChunker import LangchainChunker -from .Chunker import Chunker - -__all__ = ["TextChunker", "LangchainChunker", "Chunker"]