AbeerTrial's picture
Duplicate from AbeerTrial/SOAPAssist
35b22df
raw
history blame contribute delete
200 Bytes
"""Init file of Playground."""
# playground
from gpt_index.playground.base import DEFAULT_INDEX_CLASSES, DEFAULT_MODES, Playground
__all__ = ["Playground", "DEFAULT_INDEX_CLASSES", "DEFAULT_MODES"]