first commit

This commit is contained in:
2023-07-10 19:56:24 +02:00
parent f3c6bdff1c
commit 27cca680bc
+6
View File
@@ -0,0 +1,6 @@
export default new class handranker {
constructor() {
return this;
};
};