files = [
[FileAttachment("arizona.json"), "president-arizona"],
[FileAttachment("nevada.json"), "president-nevada"],
[FileAttachment("michigan.json"), "president-michigan"],
[FileAttachment("new-hampshire.json"), "president-new-hampshire"],
[FileAttachment("pennsylvania.json"), "president-pennsylvania"],
[FileAttachment("oklahoma.json"), "president-oklahoma"],
[FileAttachment("georgia.json"), "president-georgia"],
[FileAttachment("oregon.json"), "president-oregon"],
[FileAttachment("hawaii.json"), "president-hawaii"],
[FileAttachment("delaware.json"), "president-delaware"],
[FileAttachment("ohio.json"), "president-ohio"],
[
FileAttachment("district-of-columbia.json"),
"president-district-of-columbia"
],
[FileAttachment("north-carolina.json"), "president-north-carolina"],
[FileAttachment("new-york.json"), "president-new-york"],
[FileAttachment("indiana.json"), "president-indiana"],
[FileAttachment("kansas.json"), "president-kansas"],
[FileAttachment("missouri.json"), "president-missouri"],
[FileAttachment("south-dakota.json"), "president-south-dakota"],
[FileAttachment("nebraska.json"), "president-nebraska"],
[FileAttachment("texas.json"), "president-texas"],
[FileAttachment("virginia.json"), "president-virginia"],
[FileAttachment("montana.json"), "president-montana"],
[FileAttachment("minnesota.json"), "president-minnesota"],
[FileAttachment("wyoming.json"), "president-wyoming"],
[FileAttachment("rhode-island.json"), "president-rhode-island"],
[FileAttachment("west-virginia.json"), "president-west-virginia"],
[FileAttachment("california.json"), "president-california"],
[FileAttachment("washington.json"), "president-washington"],
[FileAttachment("new-mexico.json"), "president-new-mexico"],
[FileAttachment("florida.json"), "president-florida"],
[FileAttachment("alaska.json"), "president-alaska"],
[FileAttachment("utah.json"), "president-utah"],
[FileAttachment("arkansas.json"), "president-arkansas"],
[FileAttachment("massachusetts.json"), "president-massachusetts"],
[FileAttachment("south-carolina.json"), "president-south-carolina"],
[FileAttachment("idaho.json"), "president-idaho"],
[FileAttachment("louisiana.json"), "president-louisiana"],
[FileAttachment("maine.json"), "president-maine"],
[FileAttachment("vermont.json"), "president-vermont"],
[FileAttachment("mississippi.json"), "president-mississippi"],
[FileAttachment("new-jersey.json"), "president-new-jersey"],
[FileAttachment("iowa.json"), "president-iowa"],
[FileAttachment("colorado.json"), "president-colorado"],
[FileAttachment("alabama.json"), "president-alabama"],
[FileAttachment("kentucky.json"), "president-kentucky"],
[FileAttachment("connecticut.json"), "president-connecticut"],
[FileAttachment("north-dakota.json"), "president-north-dakota"],
[FileAttachment("illinois.json"), "president-illinois"],
[FileAttachment("maryland.json"), "president-maryland"],
[FileAttachment("wisconsin.json"), "president-wisconsin"],
[FileAttachment("tennessee.json"), "president-tennessee"]
]