Remove device.py

This commit is contained in:
redphx 2022-04-29 11:12:10 +07:00
parent a3872b1f38
commit e42599bc73
3 changed files with 2 additions and 91 deletions

View file

@ -1,20 +1,9 @@
from .device import (get_device_ids, get_ids_of_type, get_L_id, get_L_ids,
get_R_id, get_R_ids, is_id_L)
from .event import ButtonEventJoyCon
from .joycon import JoyCon
from .wrappers import PythonicJoyCon # as JoyCon
__version__ = "0.2.4"
__all__ = [
"ButtonEventJoyCon",
"JoyCon",
"PythonicJoyCon",
"get_L_id",
"get_L_ids",
"get_R_id",
"get_R_ids",
"get_device_ids",
"get_ids_of_type",
"is_id_L",
]