mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +08:00
Split the package into a shared library and separate per-device packages
This commit is contained in:
10
libagent/device/trezor_defs.py
Normal file
10
libagent/device/trezor_defs.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""TREZOR-related definitions."""
|
||||
|
||||
# pylint: disable=unused-import,import-error
|
||||
|
||||
from trezorlib.client import CallException as Error
|
||||
from trezorlib.client import TrezorClient as Client
|
||||
from trezorlib.messages_pb2 import PassphraseAck
|
||||
from trezorlib.transport_bridge import BridgeTransport
|
||||
from trezorlib.transport_hid import HidTransport
|
||||
from trezorlib.types_pb2 import IdentityType
|
||||
Reference in New Issue
Block a user