mirror of
https://github.com/romanz/amodem.git
synced 2026-04-02 18:08:17 +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
|