from typing import Dict def get_level_tags() -> Dict[int, str]: ...