diff --git a/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js b/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js index e11e0c3..17476a9 100644 --- a/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js +++ b/threagile-builder/src/threagile_builder/static/lib/ast/ast_AuthorDef.js @@ -15,3 +15,10 @@ Blockly.Blocks['ast_AuthorDef'] = { */ domToMutation: function (xmlElement) { }, }; + +Blockly.Python['ast_AuthorDef'] = function (block) {}; + +BlockMirrorTextToBlocks.prototype['ast_AuthorDef'] = function (node, parent) {}; + +// MORE +