mirror of
https://github.com/romanz/amodem.git
synced 2026-03-28 13:59:09 +08:00
9 lines
305 B
Python
9 lines
305 B
Python
"""TREZOR-related definitions."""
|
|
|
|
# pylint: disable=unused-import,import-error
|
|
|
|
from trezorlib.client import CallException, PinException
|
|
from trezorlib.client import TrezorClient as Client
|
|
from trezorlib.messages import IdentityType, PassphraseAck, PinMatrixAck
|
|
from trezorlib.device import TrezorDevice
|