init with some kind of working prototype

This commit is contained in:
ducklet 2021-06-15 19:09:21 +02:00
commit b5cb22822e
22 changed files with 1292 additions and 0 deletions

5
pyrightconfig.json Normal file
View file

@ -0,0 +1,5 @@
{
"stubPath": "./stubs",
"venvPath": ".",
"venv": ".venv"
}