9 lines
245 B
Python
9 lines
245 B
Python
|
|
"""
|
||
|
|
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
|