"""Generic Human Interface Device API.""" __author__ = "Daniel Pavel" __license__ = "GPL" __version__ = "0.3" # # This package exists in case a future pure-Python implementation is feasible. # from .native import *