1 2 3 4 5 6
function main() { var hid = new Hid(); var ui = new Ui(hid); new Session(new Atx(), hid, new Msd()); new Stream(ui); }