Add first commit

This commit is contained in:
Andros Fenollosa
2018-08-28 12:06:31 +02:00
parent f3ca9ebdcb
commit 402adec0c5
4 changed files with 200 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 = "*"
[dev-packages]
pylint = "*"
[requires]
python_version = "3.6"