Python SDK for the Mesa API.
Generated from the OpenAPI specification using openapi-python-client.
pip install mesa-sdkfrom mesa_sdk import Client
client = Client(
base_url="https://depot.mesa.dev/api/v1",
headers={"Authorization": "Bearer YOUR_API_KEY"},
)Apache-2.0