I\'m in the midst of writing a Python library API and I often run into the scenario where my users want multiple different names for the same functions and variables.
If
Override the __getattr__() method and return the appropriate value.
__getattr__()