goog.module('jsproperties.Buzz');

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

const Buzz = goog.require('jsproperties.Buzz$impl');
exports = Buzz;
