import (Python)

The import statement brings code from another module or library into your file so you can use it. You can import a whole module or specific names from it.