Module spin_sdk.variables

Module for interacting with Spin Variables

Functions

def get(key: str)
Expand source code
def get(key: str):
    """
    Gets the value of the given key
    """
    return variables.get(key)

Gets the value of the given key