From 4237043d1da240e7b1853f00c4df67e44b6cc5b3 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 10:44:34 +0000 Subject: [PATCH] Initial upload: curl-converter-cli with CI/CD workflow --- curlconverter/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 curlconverter/__init__.py diff --git a/curlconverter/__init__.py b/curlconverter/__init__.py new file mode 100644 index 0000000..88e4a38 --- /dev/null +++ b/curlconverter/__init__.py @@ -0,0 +1,3 @@ +"""Curl Converter CLI - Convert curl commands to code snippets.""" + +__version__ = "0.1.0"