mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 12:50:11 +01:00
15 lines
197 B
Python
15 lines
197 B
Python
## Dummy
|
|
#
|
|
# @results empty array
|
|
# @stable yes
|
|
|
|
|
|
# do search-request
|
|
def request(query, params):
|
|
return params
|
|
|
|
|
|
# get response from search-request
|
|
def response(resp):
|
|
return []
|