Initial commit

This commit is contained in:
2024-01-11 14:36:01 +00:00
commit 018e7097eb
10 changed files with 265 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-mock = "*"
pytest-cov = "*"
black = "*"
safety = "*"
twine = "*"
[requires]
python_version = "3.6"