show how to call methods on plugins
This commit is contained in:
@@ -5,3 +5,6 @@ class LogFileViewerPlugin(PluginBase):
|
||||
def __init__(self):
|
||||
super(LogFileViewerPlugin, self).__init__()
|
||||
print("init LogFileViewerPlugin")
|
||||
|
||||
def say_hello(self, *args):
|
||||
print("LogFileViewerPlugin says hello")
|
||||
|
||||
Reference in New Issue
Block a user