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__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/search/checker/__init__.py b/searx/search/checker/__init__.py
index 442d5a09d..85b9178df 100644
--- a/searx/search/checker/__init__.py
+++ b/searx/search/checker/__init__.py
@@ -1 +1,4 @@
+# SPDX-License-Identifier: AGPL-3.0-or-later
+
from .impl import Checker
+from .background import initialize, get_result