module.exports = class Component { constructor (address, syntaxTree) { this.adr = address; this.syntax = syntaxTree; } run () {} };