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