Improve _sources directory handling (#47)

This commit is contained in:
Jared Dillard
2025-10-13 23:53:46 -07:00
committed by GitHub
parent c45ebb0369
commit b63801bcff
4 changed files with 160 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from .manager import LLMSFullManager
from .processor import DocumentProcessor
from .writer import FileWriter
__version__ = "0.5.3"
__version__ = "0.6.0"
# Export classes needed by tests
__all__ = [