mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 19:22:55 +00:00
8 lines
86 B
JavaScript
8 lines
86 B
JavaScript
|
|
const System = imports.system;
|
|
|
|
module.exports = System;
|
|
exports.default = System;
|
|
|
|
|