From 193c6e5ea619b08d58f4ae891e5985e9734a6584 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 02:19:04 +0000 Subject: [PATCH] fix: resolve CI linting and type checking issues --- app/cmdparse/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/cmdparse/__init__.py diff --git a/app/cmdparse/__init__.py b/app/cmdparse/__init__.py new file mode 100644 index 0000000..d195cb4 --- /dev/null +++ b/app/cmdparse/__init__.py @@ -0,0 +1,3 @@ +"""cmdparse - Parse unstructured CLI output into structured formats.""" + +__version__ = "0.1.0"