mirror of
https://gitcode.com/JianFeeeee/TrulyMEM-TrueHumanMEM.git
synced 2026-09-20 08:58:15 +00:00
7 lines
101 B
Python
7 lines
101 B
Python
"""
|
|
提示词管理模块
|
|
"""
|
|
from .prompt_manager import PromptManager
|
|
|
|
__all__ = ["PromptManager"]
|