From 72b9bf392958575f43f8394024912b1d53a8b79d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 17:13:53 +0000 Subject: [PATCH] Initial upload: Add repohealth-cli project with CI/CD workflow --- src/repohealth/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/repohealth/__init__.py diff --git a/src/repohealth/__init__.py b/src/repohealth/__init__.py new file mode 100644 index 0000000..b369fcc --- /dev/null +++ b/src/repohealth/__init__.py @@ -0,0 +1,3 @@ +"""RepoHealth CLI - Git repository analysis tool for bus factor calculation.""" + +__version__ = "1.0.0"