another save

This commit is contained in:
2025-11-05 20:07:35 +03:00
parent 8e8e0abd0d
commit 26bd6da1b4
16 changed files with 328 additions and 512 deletions

8
lab4/pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "lab4"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = []
[tool.ruff]
target-version = "py314"