Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheemstra committed Nov 9, 2024
1 parent 1e9ca05 commit 25fd26c
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,12 +432,9 @@ BlockMirrorBlockEditor.prototype.TOOLBOXES = {
TOOLBOX_CATEGORY.THREAT_MODELS,
{
name: 'Author', colour: 'AUTHOR', blocks: [
"author: pass",
"def ___(___): pass",
"def ___(___: int)->str: pass",
"return ___",
"yield ___",
"lambda ___: ___"
"def author(): ___",
"name: my name",
"homepage: my url",
]
},
TOOLBOX_CATEGORY.DATA_ASSETS,
Expand Down

0 comments on commit 25fd26c

Please sign in to comment.