GodsDevProject's picture
Rename dia.py to adapters/dia.py
0c4d261 verified
raw
history blame contribute delete
201 Bytes
def search_dia(query):
return [{
"title": "DIA FOIA Reading Room",
"agency": "DIA",
"date": None,
"snippet": query,
"url": "https://www.dia.mil/FOIA/"
}]