first commit

This commit is contained in:
2023-07-10 19:52:18 +02:00
parent f3c6bdff1c
commit 27cca680bc

6
src/inc/handranker.mjs Normal file
View File

@ -0,0 +1,6 @@
export default new class handranker {
constructor() {
return this;
};
};