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 6218591 commit 980fde1Copy full SHA for 980fde1
TestVectors/runtimes/python/test/__init__.py
@@ -1,2 +1,3 @@
1
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
+"""Stub to allow relative imports of examples from tests."""
TestVectors/runtimes/python/test/client/__init__.py
@@ -0,0 +1,3 @@
+# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
+# SPDX-License-Identifier: Apache-2.0
TestVectors/runtimes/python/test/resource/__init__.py
0 commit comments