Initial commit

This commit is contained in:
2020-11-27 05:44:32 +01:00
commit e0abc48efd
6 changed files with 173 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
*.swp
venv/*
*.pyc
__pycache__/*
__pycache__
*.wpr
*.log
.idea/