Files
searxng/searx/shared/__init__.py
T

7 lines
128 B
Python
Raw Normal View History

2021-01-05 11:22:48 +01:00
# SPDX-License-Identifier: AGPL-3.0-or-later
2022-07-15 18:38:32 +02:00
# lint: pylint
"""Initialization of a *shared* storage.
"""
2021-01-05 11:22:48 +01:00
2022-07-15 18:38:32 +02:00
from . import redisdb