added module to package

This commit is contained in:
2025-09-16 16:10:54 +02:00
parent 5ce72ffb25
commit 6772c1561c

View File

@@ -1,6 +1,6 @@
"""LLMUtils - Utilities for working with LLMs"""
from .prompt_manager import PromptManager
from .prompt_manager import PromptManager, ManagedPrompt
__version__ = "0.1.0"
__all__ = ["PromptManager"]
__all__ = ["PromptManager", "ManagedPrompt"]