9 lines
159 B
Python
9 lines
159 B
Python
"""LLM prompt templates for EPUB search."""
|
|
|
|
from python.ebook_search.prompts.lib import (
|
|
Prompt,
|
|
load_prompt,
|
|
)
|
|
|
|
__all__ = ["Prompt", "load_prompt"]
|