Initial commit

This commit is contained in:
2023-04-01 18:53:28 +02:00
commit 414e407151
8 changed files with 289 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
__pycache__/
*.py[ocd]