summaryrefslogtreecommitdiff
path: root/searx/search/checker/__init__.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-24 09:28:16 +0100
committerAlexandre Flament <alex@al-f.net>2021-01-12 11:47:17 +0100
commit8cbc9f2d5823eb984e99e15c963e306610007fa1 (patch)
tree4dea97c668d960926938aefc8f0f77456bee47d6 /searx/search/checker/__init__.py
parentf7e11fd7222363a72a8fa33cf69190f64a3880bd (diff)
[enh] add checker
Diffstat (limited to 'searx/search/checker/__init__.py')
-rw-r--r--searx/search/checker/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/search/checker/__init__.py b/searx/search/checker/__init__.py
new file mode 100644
index 000000000..442d5a09d
--- /dev/null
+++ b/searx/search/checker/__init__.py
@@ -0,0 +1 @@
+from .impl import Checker