diff options
Diffstat (limited to 'searx/search/models.py')
| -rw-r--r-- | searx/search/models.py | 1 |
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' |