Skip to content

Commit

Permalink
split up wrapper binding classes; fix circular references in finalize…
Browse files Browse the repository at this point in the history
…rs; add unit tests

Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Apr 18, 2022
1 parent ce308eb commit 3a9135a
Show file tree
Hide file tree
Showing 9 changed files with 1,949 additions and 1,751 deletions.
2 changes: 1 addition & 1 deletion wrappers/python/aries_askar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""aries-askar Python wrapper library"""

from .bindings import version, Encrypted
from .bindings import Encrypted, version
from .error import AskarError, AskarErrorCode
from .key import Key
from .store import Entry, EntryList, KeyEntry, KeyEntryList, Session, Store
Expand Down
Loading

0 comments on commit 3a9135a

Please sign in to comment.