from typing import List from .template_prompt import TemplatePrompt def template(*args, **kwargs): return TemplatePrompt(*args, **kwargs)