mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 05:18:08 +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'
|