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:
parent
1d228b293b
commit
c7fe1626a7
1 changed files with 0 additions and 0 deletions
0
app/__init__.py
Normal file
0
app/__init__.py
Normal file
Loading…
Reference in a new issue