75bea1c
1
2
3
4
5
6
"""Streamlit UI module.""" from src.ui.streamlit_app import main as run_ui __all__ = ["run_ui"]