# app/__init__.py # This file marks the directory as a package. # You can also use this to initialize logging or configurations if needed. from .app import app