Hey there…
Is there a way to create a Timer via Python? And not as property?
I know how to create properties via python.
if “test” not in obj:
obj[“test”] == Value
But how do I say that this property is a Timer type?
Hey there…
Is there a way to create a Timer via Python? And not as property?
I know how to create properties via python.
if “test” not in obj:
obj[“test”] == Value
But how do I say that this property is a Timer type?
I do not think that you can do this.
But you could use the time module.