fix: resolve CI linting and type checking issues
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 02:19:04 +00:00
parent 05ee5b91c2
commit 193c6e5ea6

3
app/cmdparse/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""cmdparse - Parse unstructured CLI output into structured formats."""
__version__ = "0.1.0"