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