Looking at code snippets in new Python 3.10 I cannot get if the new TypeAlias type hint actually allows doing new things.
TypeAlias
t1 = List[int] t2 = \'L