File size: 200 Bytes
35b22df
 
 
 
 
 
1
2
3
4
5
6
7
"""Init file of Playground."""

# playground
from gpt_index.playground.base import DEFAULT_INDEX_CLASSES, DEFAULT_MODES, Playground

__all__ = ["Playground", "DEFAULT_INDEX_CLASSES", "DEFAULT_MODES"]