I find myself writing: ```python class Vehicle(Base): __versioned__ = {} if TYPE_CHECKING: versions: Mapped[AppenderQuery[VehicleProtocol]] ``` Is this necessary, or am I missing some automatic typing configuration?
I find myself writing:
Is this necessary, or am I missing some automatic typing configuration?