So, a module is just a .py file and a package a folder with modules and an __init__.py file.
.py
__init__.py
We import modules and packages with the import keyword, and we can call their functions with dot notation.
import