UNPKG

xops-pat

Version:

Procedure generator for on space operations

13 lines (9 loc) 172 B
'use strict'; module.exports = class SectionContainer { constructor() { this.children = []; } add(stuffToAdd) { this.children.push(stuffToAdd); } };