New ScreenPanel
This commit is contained in:
11
plugins/test.py
Executable file
11
plugins/test.py
Executable file
@@ -0,0 +1,11 @@
|
||||
|
||||
class test(Plugin):
|
||||
def __init__(self):
|
||||
print "Constructor"
|
||||
|
||||
def onStart(self):
|
||||
print "Start - state = " + str(self.context.state)
|
||||
|
||||
def onStop(self):
|
||||
print "Stop - state = " + str(self.context.state)
|
||||
|
||||
Reference in New Issue
Block a user