Files
problemset_typeface/pyproject.toml
Pat Wick f9ae5bcd95 Added the letter 'D'
I went with your tip of adding a couple of functions to make the process cleaner.
Had I left it with all of the forward, penup, pendown functions littered throughout
it would have been way bulkier. I was feeling satisfied overall because I was able to
track myself through the letter without too much of an issue. My 4 letters will spell
'DUCK' though so I might change my tune when I get to the 'K'
2023-07-18 21:36:55 -04:00

16 lines
306 B
TOML

[tool.poetry]
name = "problemset-typeface"
version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
superturtle = "^0.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"