binhnase04854's picture
first deploy
b699122
raw
history blame
85 Bytes
"""Prompt class."""
from gpt_index.prompts.base import Prompt
__all__ = ["Prompt"]