I would like to define a class, called myClass, having a method fun: Callable[[Any, Any], None], that just prints the two arguments, and that can be ca
myClass
fun: Callable[[Any, Any], None]