initial commit

This commit is contained in:
Mel
2025-12-11 19:07:36 +01:00
parent d5ea3a8e1b
commit e565eff85b
9 changed files with 343 additions and 0 deletions

View 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.