Skip to content

Commit 095a189

Browse files
committed
add version convenience import
1 parent 0213415 commit 095a189

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dynamodb_encryption_sdk/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
)
1919
from dynamodb_encryption_sdk.encrypted.resource import EncryptedResource
2020
from dynamodb_encryption_sdk.encrypted.table import EncryptedTable
21+
from dynamodb_encryption_sdk.identifiers import __version__
2122

2223
# TableConfiguration
2324
# MaterialDescription
@@ -26,5 +27,6 @@
2627
__all__ = (
2728
'decrypt_dynamodb_item', 'decrypt_python_item',
2829
'encrypt_dynamodb_item', 'encrypt_python_item',
29-
'EncryptedClient', 'EncryptedResource', 'EncryptedTable'
30+
'EncryptedClient', 'EncryptedResource', 'EncryptedTable',
31+
'__version__'
3032
)

0 commit comments

Comments
 (0)