Add source files: models and parser

This commit is contained in:
2026-02-02 13:56:56 +00:00
parent 707f244fb0
commit 1f432035c8

3
src/gdiffer/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Git Diff Explainer CLI - A tool for parsing and explaining git diffs."""
__version__ = "0.1.0"