from typing import Dict, Listfrom dataclasses import dataclass
NAVIGATION: Dict[str, List[str]] = {
    "nav_options"[]
}

hi