"""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 *