specter-diy/boot/debug/debug.py
2020-09-23 21:59:53 +02:00

7 lines
222 B
Python

# write here some bootstrap code for your debugging
from keystore.javacard.util import get_connection
from keystore.javacard.applets.memorycard import MemoryCardApplet
conn = get_connection()
app = MemoryCardApplet(conn)