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.
2 parents a6a4f78 + 088d037 commit b4b8473Copy full SHA for b4b8473
src/superannotate/__init__.py
@@ -3,7 +3,7 @@
3
import sys
4
5
6
-__version__ = "4.4.25b4"
+__version__ = "4.4.26dev1"
7
8
os.environ.update({"sa_version": __version__})
9
sys.path.append(os.path.split(os.path.realpath(__file__))[0])
@@ -18,7 +18,7 @@
18
from lib.app.input_converters import convert_project_type
19
from lib.app.input_converters import export_annotation
20
from lib.app.input_converters import import_annotation
21
-from lib.app.interface.sdk_interface import SAClient
+from superannotate.lib.app.interface.sdk_interface import SAClient
22
23
24
SESSIONS = {}
0 commit comments