Initial commit

This commit is contained in:
github-classroom[bot]
2024-02-14 18:48:23 +00:00
committed by GitHub
commit 05d6e62a2b
10 changed files with 472 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[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"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"