from .template_prompt import TemplatePrompt def question_answer(temp: str): return TemplatePrompt(temp)