1.加载插件

This commit is contained in:
robin
2022-05-28 03:55:53 +08:00
parent 96333ae7a9
commit 96bfa3f2d3
15 changed files with 1368 additions and 1066 deletions
+8
View File
@@ -0,0 +1,8 @@
const Bamboo = require("./index")
module.exports = class DB extends Bamboo {
constructor() {super();}
}