course_web/ └── src/ ├── app.py ├── core/ │ |── __init__.py # kann leer sein! │ └── hardware.py └── html/ ├── led.html └── temp.html