1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-19 08:39:03 +00:00

fixup! feat(python): implement session based trezorlib

This commit is contained in:
M1nd3r 2025-03-24 13:25:35 +01:00
parent 2e0e6d9cde
commit f7014ca550

View File

@ -46,9 +46,6 @@ Or visit https://suite.trezor.io/
""".strip()
LOG = logging.getLogger(__name__)
class ProtocolVersion(IntEnum):
UNKNOWN = 0x00
PROTOCOL_V1 = 0x01 # Codec