Return the names of the variables and corresponding types for a class declared with the attrs library.
cls (Type[Any]) –
Type
Any
List[Tuple[str, Type[Any]]]
List
Tuple
str