export default class AwERoll extends Roll { constructor(formula, data = {}, options = {}) { super(formula, data, options) } }