5 lines
62 B
Python
5 lines
62 B
Python
import usb.core
|
|
|
|
|
|
d = usb.core.find(find_all=1)
|
|
print(list(d)) |