MiWatchKleaner/lib/globalVars.js

8 lines
150 B
JavaScript
Raw Normal View History

2020-08-27 16:45:49 +01:00
class globalVariables {
localUSB = "";
miWatchIpaddress = "";
2020-08-29 12:34:02 +01:00
language = "";
2020-08-27 16:45:49 +01:00
usersList=[];
}
module.exports = new globalVariables();