first commit

This commit is contained in:
2026-05-21 08:40:24 -04:00
commit b084545275
711 changed files with 3659856 additions and 0 deletions

13
pyrightconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"venvPath": ".",
"venv": ".venv",
"include": [
"scripts",
"libs"
],
"extraPaths": [
"./libs/word_library"
],
"reportMissingImports": true,
"typeCheckingMode": "basic"
}