Solaar/lib/hidapi/__init__.py

10 lines
222 B
Python

"""Generic Human Interface Device API."""
from __future__ import absolute_import, division, print_function, unicode_literals
__author__ = "Daniel Pavel"
__license__ = "GPL"
__version__ = "0.5"
from hidapi.udev import *