mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-16 04:29:08 +00:00
10 lines
165 B
Python
10 lines
165 B
Python
import sys
|
|
|
|
sys.path.append('../src')
|
|
|
|
from ubinascii import hexlify, unhexlify # noqa: F401
|
|
|
|
import unittest # noqa: F401
|
|
|
|
from trezor import utils # noqa: F401
|