File size: 123 Bytes
35b22df
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""List-based data structures."""

from gpt_index.indices.list.base import GPTListIndex

__all__ = [
    "GPTListIndex",
]