From fe1e3d98b2ed5cbf5e8b022546238387c4e7466a Mon Sep 17 00:00:00 2001 From: Silence_Lurker Date: Thu, 5 Feb 2026 18:08:22 +0800 Subject: [PATCH] add Module class --- SL/module/Module.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SL/module/Module.js diff --git a/SL/module/Module.js b/SL/module/Module.js new file mode 100644 index 0000000..07c6523 --- /dev/null +++ b/SL/module/Module.js @@ -0,0 +1,10 @@ +export class Module { + + + +} +export default class ModuleBuilder { + constructor(parameters) { + + } +} \ No newline at end of file