We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c10e49 commit 657e96bCopy full SHA for 657e96b
qencode/client.py
@@ -1,7 +1,8 @@
1
-from httptools import Http
2
-from metadata import Metadata
3
from task import Task
4
+from .httptools import Http
+from .metadata import Metadata
5
+
6
7
class Client(object):
8
def __init__(self, api_key, api_url=None, version=None):
0 commit comments