This commit is contained in:
gd
2021-03-08 07:11:45 +03:00
commit 1808070b35
5 changed files with 199 additions and 0 deletions

7
.gitignore vendored Normal file
View File

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