From 778aacd2efaca6feabea857b5a8cec8db0dc87ff Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 6 Feb 2026 01:09:44 +0000 Subject: [PATCH] Initial upload: regex-humanizer-cli with CI/CD workflow --- regex_humanizer/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 regex_humanizer/__init__.py diff --git a/regex_humanizer/__init__.py b/regex_humanizer/__init__.py new file mode 100644 index 0000000..fd1c27a --- /dev/null +++ b/regex_humanizer/__init__.py @@ -0,0 +1,3 @@ +"""Regex Humanizer CLI - Convert regex patterns to human-readable English.""" + +__version__ = "1.0.0"