File size: 216 Bytes
57cf043
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from .create_index_elastic import create_index_elastic_people
from .create_index_elastic_chunks import create_index_elastic_chunks

__all__ = [
    'create_index_elastic_chunks',
    'create_index_elastic_people',
]