This commit is contained in:
Mike 2020-07-26 01:13:47 +01:00
incheckning 8b29523643
2 ändrade filer med 16 tillägg och 0 borttagningar

5
.gitignore vendored Normal file
Visa fil

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

11
Pipfile Normal file
Visa fil

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