1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-17 23:00:08 +02:00
searxng/searx/engines/dummy.py
2014-01-29 04:58:10 +01:00

7 lines
82 B
Python

def request(query, params):
return params
def response(resp):
return []