start the gui using turtle

This commit is contained in:
2025-11-19 15:43:47 +01:00
parent b72f990af1
commit dc852987b7
4 changed files with 72 additions and 4 deletions

View File

@@ -4,4 +4,6 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"pythonturtle>=0.3.2",
]