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