1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-29 09:10:40 +02:00
searxng/searx/engines/dummy.py

7 lines
82 B
Python
Raw Normal View History

2014-01-25 18:07:57 +01:00
def request(query, params):
return params
def response(resp):
return []