File size: 111 Bytes
35b22df
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""Empty Index."""

from gpt_index.indices.empty.base import GPTEmptyIndex

__all__ = [
    "GPTEmptyIndex",
]