Initial upload of ai-code-audit-cli project
Some checks failed
Some checks failed
This commit is contained in:
5
src/cli/__init__.py
Normal file
5
src/cli/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
"""CLI module for AI Code Audit CLI."""
|
||||||
|
|
||||||
|
from .commands import app
|
||||||
|
|
||||||
|
__all__ = ["app"]
|
||||||
Reference in New Issue
Block a user