Files
ai-code-audit-cli/src/cli/__init__.py
7000pctAUTO 127a98f1a5
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
fix: resolve CI import and type mismatch issues
2026-02-03 10:39:02 +00:00

4 lines
45 B
Python

from .commands import app
__all__ = ["app"]