from AVCommon.logger import logging

from AVCommon import command


def execute(vm, protocol, args):
    #logging.debug("    CS Execute")
    #command.context = {}
    return True, "BEGIN"
