This commit is contained in:
2024-01-14 21:34:19 +07:00
commit 7a0dc6664e
3 changed files with 271 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[tool.poetry]
name = "deleted"
version = "0.1.0"
description = ""
authors = ["Dmitrium12 <belicdima8@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"