summaryrefslogtreecommitdiff
path: root/searx/search/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/search/models.py')
-rw-r--r--searx/search/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/search/models.py b/searx/search/models.py
index 7233fac42..e48cb3611 100644
--- a/searx/search/models.py
+++ b/searx/search/models.py
@@ -4,6 +4,7 @@ import typing
class EngineRef:
+ """Reference by names to an engine and category"""
__slots__ = 'name', 'category'