Initial Commit+

This commit is contained in:
OptimiDev
2025-10-20 20:13:09 +02:00
parent 9a0b956e5a
commit a53ccf6b2a
14 changed files with 706 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "pirc"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"pyqt6>=6.9.1",
"pyside6>=6.10.0",
]