mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-05-09 18:38:47 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
import sys
|
|
sys.path.append('../src')
|
|
|
|
from ubinascii import hexlify, unhexlify
|
|
|
|
import unittest |