from __future__ import annotations

from jarvis_finance.dashboard.main import run_app


if __name__ == "__main__":
    run_app()
