File size: 85 Bytes
b699122
 
 
 
 
1
2
3
4
5
6
"""Prompt class."""

from gpt_index.prompts.base import Prompt

__all__ = ["Prompt"]