# -*- coding: iso-8859-1 -*-

def execute(macro, args):
    try:
        from ..action import Thumbnail
        return "Success"
    except:
        return "Failure"
