class Routine { constructor(steps) { this.steps = steps } apply_to(host) { // TODO } } module.exports = exports = Routine