class globalVariables {
    waterOn = "";
 }

module.exports = new globalVariables();