This commit is contained in:
daydreamer-json
2026-01-22 18:48:17 +09:00
commit 9a3e037eba
39 changed files with 3346 additions and 0 deletions

5
src/cmds.ts Normal file
View File

@@ -0,0 +1,5 @@
import test from './cmds/test.js';
export default {
test,
};