init docforge lib

This commit is contained in:
2026-01-20 18:22:16 +05:30
parent 86a4f8f41a
commit a45725160d
28 changed files with 3486 additions and 0 deletions

5
docforge/cli/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
"""CLI package for doc-forge command-line interface."""
from .main import main
__all__ = ["main"]