Premier commit

This commit is contained in:
Yohann
2020-01-23 11:57:29 +01:00
commit a06c139872
76 changed files with 1067 additions and 0 deletions

13
Pipfile Normal file
View File

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