Initial commit

This commit is contained in:
Kevo 2022-01-23 11:14:52 +01:00
commit fc8cc85a04
14 changed files with 321 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# TODO: Your editor's folder
# .vscode/
__pycache__/
env/
.pytest-cache
documentation/
dist/*
*.egg-info