Allows to add or remove an alias from an import element, renaming references accordingly.
Works both for import ... as ...
and from ... import ... as
statements.
Using aliases in import statements can be helpful when you often reference modules with
long names.