Backup senica-RVO13 on 16.10.2025

This commit is contained in:
Jakub Klena 2025-10-16 02:23:55 +02:00
parent b58e3182e2
commit 1ee6e66bf4
96 changed files with 41668 additions and 0 deletions

11
RVO13/flow_3_2_25/comment.js Executable 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() {};