mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 19:31:04 +00:00
7 lines
59 B
Python
7 lines
59 B
Python
|
seed = None
|
||
|
|
||
|
|
||
|
def clear():
|
||
|
global seed
|
||
|
seed = None
|