.oO SearXNG Developer Documentation Oo.
Loading...
Searching...
No Matches
__main__.py
Go to the documentation of this file.
1
# SPDX-License-Identifier: AGPL-3.0-or-later
2
"""Command line implementation"""
3
4
import
typer
5
6
from
.
import
cache
7
from
.
import
init
8
9
init()
10
app = typer.Typer()
11
app.add_typer(cache.app, name=
"cache"
, help=
"commands related to the cache"
)
12
app
()
searx.favicons.__main__.app
app
Definition
__main__.py:10
searxng
searx
favicons
__main__.py
Generated on Sat Nov 16 2024 00:10:57 for .oO SearXNG Developer Documentation Oo. by
1.12.0