Add imports in smashgg
parent
2d889db4f1
commit
689261a720
|
@ -1,3 +1,8 @@
|
|||
import json
|
||||
import os, os.path
|
||||
|
||||
import requests
|
||||
|
||||
# =============================================================================
|
||||
API_HOST = "api.smash.gg"
|
||||
API_ENDPOINT = "gql/alpha"
|
||||
|
|
Loading…
Reference in New Issue