atextcrawler/src/atextcrawler/search/__init__.py

7 lines
106 B
Python

from .engine import (
delete_resource,
index_resource,
shutdown_engine,
startup_engine,
)