fix: add app/__init__.py so wizard submodule is importable inside Docker

Without __init__.py, Python treats app/ as a namespace package that
doesn't resolve correctly when running from WORKDIR /app inside the
container. 'from app.wizard.step_hardware import ...' raises
ModuleNotFoundError: No module named 'app.wizard'; 'app' is not a package
This commit is contained in:
pyr0ball 2026-02-25 21:41:09 -08:00
parent 1dcf9d47a4
commit 578a4c819a

0
app/__init__.py Normal file
View file