Skip to main content
The Python SDK and docs are currently in beta. Report issues on GitHub.

Supported Types

bool

value: bool = /* values here */

List[str]

value: List[str] = /* values here */

Any

value: Any = /* values here */