"""LLM prompt templates for EPUB search.""" from python.ebook_search.prompts.lib import ( Prompt, load_prompt, ) __all__ = ["Prompt", "load_prompt"]