chore: remove Python code and pyproject.toml
This commit is contained in:
16
vendor/chumsky/examples/sample.py
vendored
16
vendor/chumsky/examples/sample.py
vendored
@@ -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()
|
||||
Reference in New Issue
Block a user