I hereby claim:
- I am esoadamo on github.
- I am esoadamo (https://keybase.io/esoadamo) on keybase.
- I have a public key whose fingerprint is CD37 F29B 2439 40C2 07A6 C121 C883 C2C9 80C7 AB56
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import os | |
| import sys | |
| try: | |
| import usb.core | |
| import usb.util | |
| except ImportError: |