4 lines
70 B
Python
4 lines
70 B
Python
from .indexer import create_and_index
|
|
|
|
__all__ = ["create_and_index"]
|
from .indexer import create_and_index
|
|
|
|
__all__ = ["create_and_index"]
|