12 lines
198 B
Python
12 lines
198 B
Python
"""Generic Human Interface Device API."""
|
|
|
|
__author__ = "Daniel Pavel"
|
|
__license__ = "GPL"
|
|
__version__ = "0.3"
|
|
|
|
#
|
|
# In case a future pure-Python implementation is feasible.
|
|
#
|
|
|
|
from .native import *
|