trezor-core/tests/common.py

7 lines
96 B
Python

import sys
sys.path.append('../src')
from ubinascii import hexlify, unhexlify
import unittest