Add imports in smashgg

master
Lertsenem 2020-07-07 16:06:25 +02:00
parent 2d889db4f1
commit 689261a720
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
import json
import os, os.path
import requests
# =============================================================================
API_HOST = "api.smash.gg"
API_ENDPOINT = "gql/alpha"