From 42dbbd8118b55d833e29a09baa988d40257ad876 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 06:20:57 +0000 Subject: [PATCH] Add CLI module with explain, generate, from-english, build commands --- 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..3827dd3 --- /dev/null +++ b/regex_humanizer/__init__.py @@ -0,0 +1,3 @@ +"""Regex Humanizer CLI - Convert regex patterns to human-readable English.""" + +__version__ = "0.1.0"