summaryrefslogtreecommitdiff
path: root/kvmd/web/js/main.js
blob: 9739fce59932b790b894f617542ea5148fdb882d (plain)
1
2
3
4
5
6
function main() {
	var hid = new Hid();
	new Session(new Atx(), hid, new Msd());
	new Stream();
	new Ui(hid);
}