Initial Commit

This commit is contained in:
Rushil Umaretiya 2020-05-25 02:26:33 -04:00
parent e96b8cfe92
commit 46fa9725e1

6
node_helper.js Normal file
View File

@ -0,0 +1,6 @@
var NodeHelper = require("node_helper")
module.exports = NodeHelper.create({
start: function() {},
socketNotificationReceived: function(notification, payload) {},
})