Files
TrulyMEM-TrueHumanMEM/core/prompts/__init__.py

7 lines
101 B
Python

"""
提示词管理模块
"""
from .prompt_manager import PromptManager
__all__ = ["PromptManager"]