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