mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
7 lines
96 B
Python
7 lines
96 B
Python
import sys
|
|
sys.path.append('../src')
|
|
|
|
from ubinascii import hexlify, unhexlify
|
|
|
|
import unittest
|