class Outputs: out = widget.Output("X", int)
class Outputs: out = widget.Output("A+B", int)
class Outputs: out = widget.Output("List", list)