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:30:00 +00:00
parent 4e1d78c14c
commit c80b45eed4

6
src/core/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""Core module for AI Code Audit CLI."""
from .scanner import Scanner
from .config import AuditConfig
__all__ = ["Scanner", "AuditConfig"]