added module to package
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
"""LLMUtils - Utilities for working with LLMs"""
|
"""LLMUtils - Utilities for working with LLMs"""
|
||||||
|
|
||||||
from .prompt_manager import PromptManager
|
from .prompt_manager import PromptManager, ManagedPrompt
|
||||||
|
|
||||||
__version__ = "0.1.0"
|
__version__ = "0.1.0"
|
||||||
__all__ = ["PromptManager"]
|
__all__ = ["PromptManager", "ManagedPrompt"]
|
||||||
|
|||||||
Reference in New Issue
Block a user