Spaces:
Sleeping
Sleeping
| from .sql_model import SQL | |
| from .prompt import Prompt, PromptResponse | |
| __all__ = [ | |
| "SQL", | |
| "Prompt", | |
| "PromptResponse" | |
| ] |
| from .sql_model import SQL | |
| from .prompt import Prompt, PromptResponse | |
| __all__ = [ | |
| "SQL", | |
| "Prompt", | |
| "PromptResponse" | |
| ] |