mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 14:08:11 +00:00
9 lines
127 B
Python
9 lines
127 B
Python
|
import sys
|
||
|
|
||
|
sys.path.append('../src')
|
||
|
sys.path.append('../src/lib')
|
||
|
|
||
|
import unittest
|
||
|
|
||
|
from ubinascii import hexlify, unhexlify
|