from typing import Dict, List, Optionalfrom dataclasses import dataclassfrom datetime import date
NAVIGATION: Dict[str, List[str]] = {
    "nav_options"[]
}

# this is a more detailed explanation of the background item you clicked on# to go back to the main page click on "home"

Loading...