This commit is contained in:
Mike 2020-07-26 01:13:47 +01:00
commit 8b29523643
2 ha cambiato i file con 16 aggiunte e 0 eliminazioni

5
.gitignore esterno Normal file
Vedi File

@ -0,0 +1,5 @@
#
.idea/

11
Pipfile Normal file
Vedi File

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