trezor-agent/libagent/device/__init__.py
Roman Zeyde 601a2b1336
device: refactor PIN/passphrase UI into a separate class
This would allow easier customization.
2018-03-08 17:13:16 +02:00

4 lines
77 B
Python

"""Cryptographic hardware device management."""
from . import interface, ui