.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1# SPDX-License-Identifier: AGPL-3.0-or-later
2# pylint: disable=missing-module-docstring
3
4from .impl import Checker
5from .background import initialize, get_result
6
7__all__ = ('Checker', 'initialize', 'get_result')