initial commit
This commit is contained in:
16
src/vts-gampad-input/vts-connection.py
Normal file
16
src/vts-gampad-input/vts-connection.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import pyvts
|
||||
import asyncio
|
||||
|
||||
plugin_info = {
|
||||
"plugin_name": "vts-gampad-input",
|
||||
"developer": "Melody LaFae",
|
||||
"authentication_token_path": f"{os.environ['XDG_CONFIG_DIRS']}/.vts-gampad-authentication-token",
|
||||
}
|
||||
|
||||
class VTSConnection:
|
||||
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
async def connect(self):
|
||||
vts = pyvts.
|
||||
Reference in New Issue
Block a user