This commit is contained in:
2026-03-02 23:05:11 +01:00
parent 0ce305d76c
commit 0922014ae8
10 changed files with 18051 additions and 33 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "LaTaniere_UI"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pyside6>=6.10.2",
]