This commit is contained in:
Martin Jaros 2024-04-25 20:34:28 +02:00
commit 2042af8d20
16 changed files with 1524 additions and 0 deletions

11
Pipfile Normal file
View file

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