module.exports = class Door { static open() { console.log('OPEN DOOR!!!!!!!!!!!!!!') } // static close() { // console.log('CLOSE DOOR!!!!!!!!!!!!') // } }