chore: remove Python code and pyproject.toml

This commit is contained in:
2026-03-27 09:59:20 +00:00
parent e568ddf82a
commit c6bd8be030
30 changed files with 0 additions and 10321 deletions

View File

@@ -1,16 +0,0 @@
import turtle
board = turtle.Turtle(
foo,
bar,
baz,
)
for i in range(6):
board.forward(50)
if i % 2 == 0:
board.right(144)
else:
board.left(72)
turtle.done()