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:55 +00:00
parent b74ba7e5ef
commit 47aeb8bc3e

3
src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""AI Code Audit CLI - A tool for validating AI-generated code."""
__version__ = "0.1.0"