punishment.js 73 B

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