Initial commit

This commit is contained in:
Kevin Alberts 2019-11-12 11:55:43 +01:00
commit 3a404b8002
Signed by: Kurocon
GPG key ID: BCD496FEBA0C6BC1
140 changed files with 31118 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
.idea/
db.sqlite3
venv/
__pycache__/
*.pyc