File size: 189 Bytes
9c1c0ef
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""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