mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-30 09:31:53 +08:00
7 lines
112 B
JavaScript
7 lines
112 B
JavaScript
function main() {
|
|
var hid = new Hid();
|
|
new Session(new Atx(), hid, new Msd());
|
|
new Stream();
|
|
new Ui(hid);
|
|
}
|