Files
regex-humanizer/regex_humanizer/__init__.py
7000pctAUTO 42dbbd8118
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Add CLI module with explain, generate, from-english, build commands
2026-02-02 06:20:57 +00:00

4 lines
101 B
Python

"""Regex Humanizer CLI - Convert regex patterns to human-readable English."""
__version__ = "0.1.0"