"""Empty Index.""" from gpt_index.indices.empty.base import GPTEmptyIndex from gpt_index.indices.empty.query import GPTEmptyIndexQuery __all__ = [ "GPTEmptyIndex", "GPTEmptyIndexQuery", ]