In a python project, when should you use __init__.py, __main__.py, and just normal .py?

Say I am making a pdf editor app with the following structure: ├── main.py ├──

May 9, 2025 - 01:05
 0

Say I am making a pdf editor app with the following structure:

├── main.py
├──