import json  # SAMPLE unused

def add(a, b):
    return a + b
