From d5aca808f656d007aa0d1e905a1fb727d2a13cc4 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 18:27:12 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- src/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..2d3badc --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,3 @@ +"""Code Pattern Search CLI - A tool to search GitHub repositories by code patterns.""" + +__version__ = "0.1.0"