mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 14:59:44 +00:00
8 lines
125 B
Python
8 lines
125 B
Python
import sys
|
|
|
|
sys.path.append('../src')
|
|
|
|
from ubinascii import hexlify, unhexlify # noqa: F401
|
|
|
|
import unittest # noqa: F401
|