File size: 140 Bytes
8a58cf3
 
 
 
 
1
2
3
4
5
6
"""Query classes for empty indices."""

from gpt_index.indices.query.empty.base import GPTEmptyIndexQuery

__all__ = ["GPTEmptyIndexQuery"]