initial commit

This commit is contained in:
2020-07-05 17:29:15 +03:00
commit 84ccfd720e
16 changed files with 565 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
# ide
.vscode/
# virtualenv
venv/
# cache
*.pyc
__pycache__/
# db
*.sqlite