diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2023-05-26 17:24:43 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-06-01 14:38:53 +0200 |
| commit | 66fdec0eb92bf11c0bc477d6fb1df3dc783e4dcb (patch) | |
| tree | 2ce8a9ecf1cdae68e4745c24cab01482d07a5447 /searx/tools/__init__.py | |
| parent | 1ec325adccc427fe05cf08da9a2d9d63da7365f4 (diff) | |
[mod] limiter: add config file /etc/searxng/limiter.toml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/tools/__init__.py')
| -rw-r--r-- | searx/tools/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/searx/tools/__init__.py b/searx/tools/__init__.py new file mode 100644 index 000000000..08e6d982f --- /dev/null +++ b/searx/tools/__init__.py @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: AGPL-3.0-or-later +# lint: pylint +""".. _tools src: + +A collection of *utilities* used by SearXNG, but without SearXNG specific +peculiarities. + +""" |