punishment.js 71 B

12345
  1. 'use strict';
  2. module.exports = punishment => {
  3. return punishment;
  4. };