Added skeleton
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2021-04-14 19:22:22 +02:00
commit 7a3cb2afd8
12 changed files with 164 additions and 0 deletions

8
.gitignore vendored Normal file
View File

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