8 lines
138 B
Python
8 lines
138 B
Python
"""Generic Human Interface Device API."""
|
|
|
|
__author__ = "Daniel Pavel"
|
|
__license__ = "GPL"
|
|
__version__ = "0.4"
|
|
|
|
from hidapi.udev import *
|