Parts I and II of lab complete

This commit is contained in:
Chris
2022-03-08 15:41:09 -05:00
parent c5ed9459c1
commit 05ed95fb65
6 changed files with 273 additions and 1 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "mwc-pedprog-unit01-lab02"
version = "0.1.0"
description = ""
authors = ["Chris <github.com@accounts.chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"