Add Syphon

This commit is contained in:
0x1a8510f2
2022-09-15 14:41:32 +01:00
parent a2b6e0bf5a
commit 56d523c804
3 changed files with 3624 additions and 0 deletions
+2
View File
@@ -22,6 +22,7 @@ import {Quaternion} from "./Quaternion.js";
import {Tensor} from "./Tensor.js";
import {Fluffychat} from "./Fluffychat.js";
import {NeoChat} from "./NeoChat.js";
import {Syphon} from "./Syphon.js";
export function createClients() {
return [
@@ -33,5 +34,6 @@ export function createClients() {
new Tensor(),
new Fluffychat(),
new NeoChat(),
new Syphon(),
];
}