Skip to content

Instantly share code, notes, and snippets.

@vladthelittleone
Created February 5, 2018 20:58
Show Gist options
  • Select an option

  • Save vladthelittleone/0c864a7b9e2e4e0298a487b1e9924a08 to your computer and use it in GitHub Desktop.

Select an option

Save vladthelittleone/0c864a7b9e2e4e0298a487b1e9924a08 to your computer and use it in GitHub Desktop.
def coin_pairs():
with open(CONFIG_FILE) as file_data:
data = json.load(file_data)
return data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment