class RootDict(TypedDict): ‘A dictionary representing the root logger’ handlers: List[str] level: int