class globalVariables {
localUSB = "";
miWatchIpaddress = "";
language = "";
usersList=[];
}
module.exports = new globalVariables();