class Controller { constructor() { this.init(); } init() { } }