mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00: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 []
|