initial commit

This commit is contained in:
2019-01-12 22:39:19 +01:00
parent b13a339717
commit 59cd11de7b
10 changed files with 32041 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
autopep8 = "*"
[packages]
pytest = "*"
[requires]
python_version = "3.7"