mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-17 20:08:12 +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 |