7 lines
101 B
Python
7 lines
101 B
Python
"""
|
|
提示词管理模块
|
|
"""
|
|
from .prompt_manager import PromptManager
|
|
|
|
__all__ = ["PromptManager"]
|