From 9cf4b70de25a87492e8a906723ac5f14cd22957e Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 20:55:59 +0000 Subject: [PATCH] Initial upload: Local LLM Prompt Manager CLI tool --- 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"