Files
Solaar/lib/hidapi/__init__.py
Daniel Pavel f5d2eba0c4 hidapi: dropped native, slight update to the python implementation
added an optional filter for driver name when enumerating devices
2013-04-28 14:05:33 +02:00

8 lines
174 B
Python

"""Generic Human Interface Device API."""
from __future__ import absolute_import, division, print_function, unicode_literals
__version__ = "0.6"
from hidapi.udev import *