mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-06-02 15:20:01 +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."
|