Which file must be a part of a folder to be used as a Python package ?
__init__.py
Reason — For a folder containing Python files to be recognized as a package, an __init__.py file (even if empty) must be part of the folder.