FOIA_Doc_Search / dia.py
GodsDevProject's picture
Upload 98 files
bb0b469 verified
raw
history blame
201 Bytes
def search_dia(query):
return [{
"title": "DIA FOIA Reading Room",
"agency": "DIA",
"date": None,
"snippet": query,
"url": "https://www.dia.mil/FOIA/"
}]