Initial upload: Local AI Commit Reviewer CLI with CI/CD workflow
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-05 06:34:19 +00:00
parent 669ebad65c
commit d2e32678c1

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

@@ -0,0 +1,3 @@
from .cli import cli, main
__all__ = ["cli", "main"]