Created
February 5, 2018 20:58
-
-
Save vladthelittleone/0c864a7b9e2e4e0298a487b1e9924a08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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