mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-07 05:51:38 +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'
|