GodsDevProject's picture
Rename ice.py to adapters/ice.py
61dfe05 verified
raw
history blame contribute delete
203 Bytes
def search_ice(query):
return [{
"title": "ICE FOIA Library",
"agency": "ICE",
"date": None,
"snippet": query,
"url": "https://www.ice.gov/foia/library"
}]