mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-14 12:09:35 +00:00
5 lines
158 B
Python
5 lines
158 B
Python
"""KeyCard Python SDK - APDU communication and cryptographic utilities."""
|
|
|
|
__version__ = "0.3.0"
|
|
__doc__ = "Python SDK for interacting with Status Keycard."
|