hyp / src /ui /__init__.py
Leon4gr45's picture
Upload 64 files
d7fb055 verified
raw
history blame contribute delete
87 Bytes
# UI package initialization
from .streamlit_app import run_app
__all__ = ['run_app']