The quotes are needed since `CachedTable` is defined after `Table` ```python class Table: ... def cache(self) -> "CachedTable": ... ```