Genericize Wisconsin's solution

This commit is contained in:
Chandler Swift 2024-01-30 00:37:34 -06:00
parent d4282a6eae
commit fd3fd0b105
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F
8 changed files with 158 additions and 127 deletions

View file

@ -10,8 +10,6 @@ with open('states.json') as f:
with open("query.graphql") as f:
QUERY = f.read()
data = {}
for state, baseURL in states.items():
PAYLOAD = [
{