We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a039c83 commit 74cd1b8Copy full SHA for 74cd1b8
setup.py
@@ -1,5 +1,7 @@
1
"""Setup script for VWS Python, a wrapper for Vuforia's Web Services APIs."""
2
3
+from __future__ import annotations
4
+
5
from pathlib import Path
6
7
from setuptools import setup
src/vws/query.py
@@ -2,6 +2,8 @@
Tools for interacting with the Vuforia Cloud Recognition Web APIs.
"""
import datetime
8
import io
9
from typing import Optional
src/vws/vws.py
Tools for interacting with Vuforia APIs.
import base64
import json
0 commit comments