Packages

Packages group similar modules in a separate directory.

__init__.py is a Python file that tells the Python interpreter that the folder should be treated as a package.  

Can You Even __init__.py?

requirements.txt Is Obsolete (Managing Python project dependencies and metadata with Poetry)