Former-commit-id: 72fd88e77408712f3d9c36e5de82e2902ee6b46d
This commit is contained in:
Ben
2022-02-11 15:13:21 +00:00
parent a25414f1e4
commit 4459923070
40 changed files with 12867 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
/**
* @class Model
* @classdesc The Model class is used to create a model instance.
*/
class Model {
constructor() {
}
}
module.exports = Model;