RossGoodman

Results 1 issues of RossGoodman

Was seeing some strange behaviour in another module but boiled it down to the following code ` try: import unicornhathd print('Unicorn HAT HD module found.') except ImportError: from unicorn_hat_sim import...