Script execution
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
class Detector(DeviceBase):
|
||||
def __init__(self, name):
|
||||
DeviceBase.__init__(self, name)
|
||||
|
||||
def doInitialize(self):
|
||||
DeviceBase.doInitialize(self)
|
||||
|
||||
def start():
|
||||
print "startd"
|
||||
|
||||
Reference in New Issue
Block a user