export class Update { constructor () { this._update = {} } init () {} empty () {} fill () {} execute () { } print () { } }