mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-05 13:01:12 +00:00
9 lines
146 B
Python
9 lines
146 B
Python
from __future__ import print_function
|
|
|
|
import sys
|
|
sys.path = ['../../'] + sys.path
|
|
|
|
from trezorlib import tx_api
|
|
|
|
tx_api.cache_dir = '../txcache'
|