pdrMottaS
add llm endpoint
f789d71
raw
history blame
92 Bytes
from .sql_model import SQL
from .prompt import Prompt
__all__ = [
"SQL",
"Prompt"
]