"""Canonical Streamlit Cloud entry point. The application implementation lives in ``app.py`` so local and hosted execution share one code path. """ from app import * # noqa: F403