1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-12 14:16:06 +00:00

feat(python): implement session based trezorlib

This commit is contained in:
M1nd3r 2025-02-04 15:19:56 +01:00
parent 035e817ed9
commit fa0ddcf08b

View File

@ -92,3 +92,7 @@ class FailedSessionResumption(TrezorException):
Raised when `trezorctl -s <sesssion_id>` is used or `TREZOR_SESSION_ID = <session_id>`
is set and resumption of session with the `session_id` fails."""
class DeviceLockedException(TrezorException):
pass