mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-06-18 22:49:06 +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;
|