from __future__ import annotations

# Compatibility imports only. Streamlit auto-navigation sees this package as empty
# because executable page modules live in dashboard.views, not dashboard.pages.
from jarvis_finance.dashboard.views import *  # noqa: F401,F403
