class Action: cb def constructor(callback): cb = callback
class A: action = Action( { print("Hello World"); })