buildflow
buildflow copied to clipboard
update all interface like classes to provide a type var with a bound
Something like we do for credentials:
CredentialType = TypeVar("CredentialType", bound=Credentials)