import utilities.Command;

public class CommSubA 
   extends Command
{
   public void execute()
   {  System.out.println("Doing A");
   }
}