8 lines
124 B
TOML
8 lines
124 B
TOML
[project]
|
|
name = "lab4"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.14"
|
|
dependencies = []
|
|
|
|
[tool.ruff]
|
|
target-version = "py314" |