Thinkal V B

Results 1 comments of Thinkal V B

What about this ? ``` import imp try: imp.find_module('smbus') import smbus except ImportError as e: import smbus2 as smbus ```