Remove device.py
This commit is contained in:
parent
a3872b1f38
commit
e42599bc73
3 changed files with 2 additions and 91 deletions
4
dance.py
4
dance.py
|
@ -11,8 +11,8 @@ from enum import Enum
|
|||
import aiohttp
|
||||
import hid
|
||||
from aiohttp import WSMsgType, web
|
||||
from pyjoycon import ButtonEventJoyCon, JoyCon
|
||||
from pyjoycon.constants import JOYCON_PRODUCT_IDS, JOYCON_VENDOR_ID
|
||||
from pycon import ButtonEventJoyCon, JoyCon
|
||||
from pycon.constants import JOYCON_PRODUCT_IDS, JOYCON_VENDOR_ID
|
||||
|
||||
from joydance import JoyDance, PairingState
|
||||
from joydance.constants import (DEFAULT_CONFIG, JOYDANCE_VERSION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue