class System { static start() { console.log('starting a system'); } } module.exports = System;