mirror of
https://github.com/romanz/amodem.git
synced 2026-03-30 23:57:54 +08:00
10 lines
315 B
Python
10 lines
315 B
Python
"""TREZOR-related definitions."""
|
|
|
|
# pylint: disable=unused-import
|
|
|
|
from trezorlib.client import CallException as Error
|
|
from trezorlib.client import TrezorClient as Client
|
|
from trezorlib.messages_pb2 import PassphraseAck
|
|
from trezorlib.transport_hid import HidTransport
|
|
from trezorlib.types_pb2 import IdentityType
|