atextcrawler/src/atextcrawler/search/__init__.py

7 lines
106 B
Python
Raw Normal View History

2021-11-29 09:16:31 +00:00
from .engine import (
delete_resource,
index_resource,
shutdown_engine,
startup_engine,
)