An import statement is preceded by a decorator, python knows to import the most recent version of whatever package or library is being imported.
Decorators allow us to wrap another function in order to extend the behaviour of the wrapped function, without permanently modifying it.