This commit is contained in:
Lee Chun Hao
2020-09-27 14:09:46 +08:00
parent 682ac58080
commit 8001ecb14c

View File

@@ -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):