The following in particular would be useful: ``` Callback = Callable[[str], 'Callback'] Foo = Union[str, List['Foo']] ```