This commit is contained in:
LunaChocken
2025-06-07 16:42:31 +01:00
commit 7db63e2c7d
8 changed files with 313 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "steamgamepath"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"prompt-toolkit>=3.0.51",
"rich>=14.0.0",
"vdf>=3.4",
]