From acaf95666a21654406fbf70a17df5f80ca9bfce2 Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 13:36:02 -0600 Subject: [PATCH] Code Cleanup --- plugins/python/skeleton.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/python/skeleton.py b/plugins/python/skeleton.py index a4c74863..6f7e0b42 100644 --- a/plugins/python/skeleton.py +++ b/plugins/python/skeleton.py @@ -5,8 +5,13 @@ from java.lang import Boolean from java.util import ArrayList from org.objectweb.asm.tree import ClassNode -class skeleton(Plugin): +# +# This is a skeleton template for BCV's Ruby Plugin System +# +# @author [Your Name Goes Here] +# +class skeleton(Plugin): def execute(classNodeList, notUsed): #for some reason it requires a second arg gui = PluginConsole("Skeleton Title") gui.setVisible(Boolean.TRUE)