Initial commit

This commit is contained in:
github-classroom[bot]
2024-02-28 19:40:11 +00:00
committed by GitHub
commit 35a9c9319a
11 changed files with 572 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[tool.poetry]
name = "project-hangman-game"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pytest = "^8.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"