Flask: What is the use of __init__.py vs run.py? And are blueprints standard things to use in most Flask web applications?

Solution
project/my_app/__init__.py
project/my_app/module.py
from my_app import module