Files
ChouJuGEO/modules/ui/__init__.py
T

9 lines
245 B
Python
Raw Normal View History

"""
UI-level modules for GEO Streamlit app.
Each top-level Tab in `geo_tool.py` should have a corresponding
`tab_*.py` module here, exposing a `render_*` function that is
invoked from the main app.
"""
from . import tab_keywords, tab_autowrite