Initial upload of ai-code-audit-cli project
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled

This commit is contained in:
2026-02-03 10:29:57 +00:00
parent 50d411c3b9
commit bf4ba462b7

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

@@ -0,0 +1,5 @@
"""CLI module for AI Code Audit CLI."""
from .commands import app
__all__ = ["app"]