Fix include paths and spacing (#31)

This commit is contained in:
Jared Dillard
2025-08-05 14:14:51 -07:00
committed by GitHub
parent 0ee28290db
commit c24f92031c
3 changed files with 35 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from .manager import LLMSFullManager
from .processor import DocumentProcessor
from .writer import FileWriter
__version__ = "0.4.0"
__version__ = "0.4.1"
# Export classes needed by tests
__all__ = [