diff --git a/repohealth-cli/src/repohealth/cli/__init__.py b/repohealth-cli/src/repohealth/cli/__init__.py new file mode 100644 index 0000000..d1aba99 --- /dev/null +++ b/repohealth-cli/src/repohealth/cli/__init__.py @@ -0,0 +1,3 @@ +from repohealth.cli.cli import analyze, main, report + +__all__ = ["main", "analyze", "report"]