This commit is contained in:
2025-05-31 22:41:14 +02:00
parent e36053882b
commit 5cc21125e5
181 changed files with 174078 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[project]
name = "notsus-exe"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"pip>=25.1.1",
]