mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-06 07:42:49 +00:00
12 lines
102 B
JavaScript
12 lines
102 B
JavaScript
|
|
|
|
imports.gi.versions.Atk = '1.0'
|
|
const Atk = imports.gi.Atk;
|
|
|
|
module.exports = Atk;
|
|
|
|
|
|
|
|
|
|
|