mirror of
https://github.com/searxng/searxng.git
synced 2025-07-15 17:29:26 +02:00
6 lines
82 B
Python
6 lines
82 B
Python
def request(query, params):
|
|
return params
|
|
|
|
|
|
def response(resp):
|
|
return []
|