mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-13 12:42:42 +00:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
const version = "0.6.5";
|
|
function set_building() {
|
|
}
|
|
export {
|
|
set_building as s,
|
|
version as v
|
|
};
|