Python sdk

This commit is contained in:
pakrym-oai
2025-09-30 14:35:22 -07:00
parent c89b0e1235
commit e05f333e55
19 changed files with 1213 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/pyrightconfig.json",
"include": ["src", "tests"],
"typeCheckingMode": "strict",
"venvPath": ".",
"venv": ".venv"
}