One-KVM/kvmd/web/js/main.js
2018-08-13 03:56:05 +03:00

7 lines
112 B
JavaScript

function main() {
var hid = new Hid();
new Session(new Atx(), hid, new Msd());
new Stream();
new Ui(hid);
}