6 lines
131 B
Python
6 lines
131 B
Python
"""CLI interface for RepoHealth."""
|
|
|
|
from repohealth.cli.cli import analyze, main, report
|
|
|
|
__all__ = ["main", "analyze", "report"]
|