mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 22:28:43 +00:00
10 lines
179 B
JavaScript
10 lines
179 B
JavaScript
/* Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ */
|
|
|
|
"use strict";
|
|
|
|
class ObjectClient {
|
|
}
|
|
|
|
module.exports = ObjectClient;
|