path
This commit is contained in:
@@ -5,8 +5,8 @@ import requests
|
||||
|
||||
from urllib.parse import urlencode
|
||||
|
||||
from constants import *
|
||||
from helpers import *
|
||||
from .constants import *
|
||||
from .helpers import *
|
||||
|
||||
class Client(object):
|
||||
def __init__(self, key, secret, subaccount=None, timeout=30):
|
||||
|
||||
Reference in New Issue
Block a user