I couldn't find a way to use a `Generic[MyProtocol...
# random
b
I couldn't find a way to use a
Generic[MyProtocolType | None]
But setting it to
Generic[MyProtocolType]
and just setting the typevar to
Any
suffices. I wish we had optional generic args 😕