Script execution

This commit is contained in:
2020-01-22 14:23:24 +01:00
parent 5d547f0296
commit 0d208eeaa1

View File

@@ -1,8 +1,8 @@
import ch.psi.pshell.core.Nameable as Nameable
class Test(Nameable):
def doSomething(self):
self.setCache("VALUE", -1)
def getName(self):
return "Name"
a= Test()