From ddd29b25811a79534772ce3a6b0282fd3f878575 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 22:25:33 +0000 Subject: [PATCH] fix: Correct CI workflow directory paths --- src/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/__init__.py diff --git a/src/__init__.py b/src/__init__.py new file mode 100644 index 0000000..4986822 --- /dev/null +++ b/src/__init__.py @@ -0,0 +1,3 @@ +"""Local LLM Prompt Manager - A CLI tool for managing local LLM prompts.""" + +__version__ = "0.1.0"