Initial upload: Local AI Commit Reviewer CLI with CI/CD workflow
This commit is contained in:
3
src/git/__init__.py
Normal file
3
src/git/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .git import FileChange, GitRepo, get_commit_context, get_staged_changes, install_hook
|
||||
|
||||
__all__ = ["FileChange", "GitRepo", "get_commit_context", "get_staged_changes", "install_hook"]
|
||||
Reference in New Issue
Block a user