1 2 3 4 5 6 7 8 9 10 11
try: import picosdk from .picoscope import * except ImportError: pass try: import chipwhisperer from .chipwhisperer import * except ImportError: pass