Initial commit

This commit is contained in:
github-classroom[bot]
2024-02-20 09:57:32 +00:00
committed by GitHub
commit bc35187221
20 changed files with 874 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[tool.poetry]
name = "bank"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pytest = "^8.0.1"
pytest-mock = "^3.11.0"
mock = "^5.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"