We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5227f67 commit f86909aCopy full SHA for f86909a
1 file changed
ox3apiclient/__init__.py
@@ -316,3 +316,7 @@ def client_from_file(file_path='.ox3rc', env=None):
316
pass
317
318
return client
319
+
320
+# The exposed API has moved to using Client instead of OX3APIClient, but create
321
+# a temporary alias for backwards compatibility.
322
+OX3APIClient = Client
0 commit comments