Initial Commit

This commit is contained in:
2022-11-16 21:52:37 -05:00
commit 27036d477c
13 changed files with 551 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
**/__pycache__/
**/.coverage
kiss.egg-info/
build/
dist/
data/
kiss_venv/