Initial commit

This commit is contained in:
2022-05-04 11:41:29 +00:00
commit 7c354a8153
10 changed files with 448 additions and 0 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
build = "*"
black = "*"
twine = "*"
[requires]
python_version = "3.10"