Using Spin KV in my Python app, I get the following error from my language server:
from spin_sdk.key_value import Store
Error:
Diagnostics:
"Store" is not exported from module "spin_sdk.key_value"
Import from "spin_sdk.wit.imports.key_value" instead [reportPrivateImportUsage]
The app build successfully however:
Building component my-app with `componentize-py -w spin-http componentize app -o app.wasm`
Component built successfully
Finished building all Spin components