mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +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 |