summaryrefslogtreecommitdiff
path: root/searx/search/checker/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/search/checker/__init__.py')
-rw-r--r--searx/search/checker/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/search/checker/__init__.py b/searx/search/checker/__init__.py
new file mode 100644
index 0000000..85b9178
--- /dev/null
+++ b/searx/search/checker/__init__.py
@@ -0,0 +1,4 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
+from .impl import Checker
+from .background import initialize, get_result