Initial commit

This commit is contained in:
Chris Proctor
2023-08-14 17:56:00 -04:00
parent a969f5147f
commit edfb6f3515
8 changed files with 299 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ packages = [{include = "lab_dice"}]
[tool.poetry.dependencies]
python = "^3.11"
click = "^8.1.6"
tqdm = "^4.66.1"
[build-system]