Initial upload: Local LLM Prompt Manager CLI tool
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-05 20:55:59 +00:00
parent aefdf37cd1
commit 9cf4b70de2

3
src/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
"""Local LLM Prompt Manager - A CLI tool for managing local LLM prompts."""
__version__ = "0.1.0"