import sys
def catalyst_execute(info):
    print("Error: This should not be called")
    sys.exit(1)
