# A script
# The out object will be used to add outputs 
# Use out.add(name, value) to add an output

# Ex
def Run(out):
    out.AddData("ServerName", "Monkey Servers")