File size: 87 Bytes
d7fb055
 
 
 
 
1
2
3
4
5
6
# UI package initialization

from .streamlit_app import run_app

__all__ = ['run_app']