mirror of
https://github.com/romanz/amodem.git
synced 2026-03-27 05:19:04 +08:00
9 lines
305 B
Python
9 lines
305 B
Python
"""TREZOR-related definitions."""
|
|
|
|
# pylint: disable=unused-import
|
|
from trezorlib.client import TrezorClient as Client
|
|
from trezorlib.client import CallException
|
|
from trezorlib.transport_hid import HidTransport
|
|
from trezorlib.messages_pb2 import PassphraseAck
|
|
from trezorlib.types_pb2 import IdentityType
|