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

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "vts-gamepad-input"
version = "0.1.0"
description = "VTS Plugin to send controller inputs to VTS"
requires-python = ">=3.14"
dependencies = [
"inputs>=0.5",
"inquirer>=3.4.1",
"pyvts>=0.3.3",
]