diff --git a/libraries/Comment.js b/libraries/Comment.js new file mode 100644 index 00000000..03183828 --- /dev/null +++ b/libraries/Comment.js @@ -0,0 +1,5 @@ +class Comment { + +} + +module.exports = Comment; \ No newline at end of file