diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-09-09 11:23:57 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-09-10 10:58:22 +0200 |
| commit | 0b27c8698f7b5bbca5083cf234fabbc7d7308349 (patch) | |
| tree | f49a2fc2104f730e642ff7817d334ac14c925d24 /searx/search/models.py | |
| parent | b941763e206a572018b70a9218ecd01c133c942d (diff) | |
[doc] update docs/dev/plugins.rst
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' |