"""Compatibility entrypoint. Keeps legacy `streamlit run app.py` working by delegating to the actual homepage implementation in `Home.py`. """ from Home import * # noqa: F401,F403