module.exports = {    MK1: function() {        return [WORK,CARRY,MOVE];    },    MK2: function() {        return [WORK,WORK,CARRY,MOVE];    }};