the beginning

This commit is contained in:
2020-12-19 11:18:46 +01:00
parent d66c7d7340
commit 069df18859
6 changed files with 427002 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = "*"
pudb = "*"
[dev-packages]
[requires]
python_version = "3.9"