module command.remoteundo.nocommand;
import command.remoteundo.command;
class NoCommand : Command
{
void execute() {}
void undo() {}
}