A bit more messy, but with less boilerplate is just to unpack the Literal. e.g.:
MyType = Literal["a", "b", "c"] A, B, C = get_args(MyType)