module.exports = {
  UP: 0
  RIGHT: 1
  DOWN: 2
  LEFT: 3
}
