1
0

Initial commit

This commit is contained in:
2020-04-04 09:38:55 +02:00
commit 13b2e17b90
4 changed files with 218 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
habanero = "*"
[requires]
python_version = "3.8"