mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-24 03:54:20 +00:00
7 lines
199 B
Python
7 lines
199 B
Python
|
import filemanager
|
||
|
import requests
|
||
|
|
||
|
# Per far funzionare questa libreria serve un file "hearthstoneapi.txt" con l'API key ricevuta da mashape.com
|
||
|
apikey = filemanager.readfile('hearthstoneapi.txt')
|
||
|
|