goog.module('companion.Other');

goog.require('java.lang.Object');
goog.require('nativebootstrap.Util');

const Other = goog.require('companion.Other$impl');
exports = Other;
