1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-19 16:49:02 +00:00

fixup! feat(python): implement session based trezorlib

This commit is contained in:
M1nd3r 2025-03-25 12:31:44 +01:00
parent 21e4753af5
commit 47d4ba2d14

View File

@ -105,9 +105,9 @@ class TrezorClient:
should_derive: bool = True,
) -> Session:
"""
Returns initialized session (with derived seed).
Returns a new session.
Will fail if the device is not initialized
In case of seed derivation, the function will fail if the device is not initialized.
"""
from .transport.session import SessionV1, derive_seed