Initial commit

This commit is contained in:
Ben
2019-03-01 19:41:40 +00:00
parent a29799503f
commit 9d7c437845
22 changed files with 2037 additions and 0 deletions

4
.gitignore vendored
View File

@@ -9,6 +9,7 @@ __pycache__/
# Distribution / packaging
.Python
env/
venv/
build/
develop-eggs/
dist/
@@ -56,3 +57,6 @@ docs/_build/
# PyBuilder
target/
# PyCharm
.idea/