Compute the given class full name.
cls (typing.Union[type, typing.Callable]) – Target class.
typing.Union
type
typing.Callable
str
An string object.
Import the given module from a package
typing.Union[type, typing.Callable]