This commit is contained in:
gd
2021-04-12 01:45:44 +03:00
commit 183d7b6396
5 changed files with 522 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
__pycache__/
*.egg-info/
build/
dist/
*.pyc
*.swp
*~