I was hoping to be able to do this:
class C: def __init__(self, foo:Callable): self._foo = foo class D: