mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-09 19:22:55 +00:00
12 lines
118 B
JavaScript
12 lines
118 B
JavaScript
|
|
|
|
imports.gi.versions.GObject = '2.0'
|
|
const GObject = imports.gi.GObject;
|
|
|
|
module.exports = GObject;
|
|
|
|
|
|
|
|
|
|
|