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-25 12:31:44 +01:00
parent 10781e91de
commit 2e627a82dd

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