diff --git a/schema/__init__.py b/schema/__init__.py index 909ccd1..e8119ee 100644 --- a/schema/__init__.py +++ b/schema/__init__.py @@ -1,4 +1,4 @@ from .dataset import * from .dataset_generation import APIProvider, LLMResponse, LLMRequest from .md_doc import MarkdownNode -from .prompt_templeta import prompt_templeta \ No newline at end of file +from .prompt import promptTempleta \ No newline at end of file