mirror of
https://github.com/Fare-spec/cours.git
synced 2025-12-07 10:50:36 +00:00
10 lines
177 B
TOML
10 lines
177 B
TOML
[project]
|
|
name = "tp8"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pythonturtle>=0.3.2",
|
|
]
|