Files
repohealth-cli/src/repohealth/cli/__init__.py
Developer 5b74fccad8
Some checks failed
CI / lint (push) Successful in 9m27s
CI / test (push) Failing after 4m46s
CI / build (push) Has been skipped
fix: update CI workflow with proper checkout paths
2026-02-05 18:03:00 +00:00

6 lines
131 B
Python

"""CLI interface for RepoHealth."""
from repohealth.cli.cli import analyze, main, report
__all__ = ["main", "analyze", "report"]