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