What's up with packages, really?

They need to contain an __init__.py fileThey're a way to group together modulesIts modules have nothing to do with each other

Sweet! A package is a folder that contains modules on the same theme along with an __init__.py file.

So close! A package is a folder that contains modules on the same theme along with an __init__.py file.