Initial commit

This commit is contained in:
rasta5man 2025-08-07 21:49:01 +02:00
commit c53c7085bc
60 changed files with 23885 additions and 0 deletions

11
flow/comment.js Normal file
View file

@ -0,0 +1,11 @@
exports.id = 'comment';
exports.title = 'Comment';
exports.group = 'Common';
exports.color = '#704cff';
exports.author = 'Martin Smola';
exports.icon = 'comment';
exports.traffic = false;
exports.version = '1.0.0';
exports.readme = '# Comment';
exports.install = function() {};