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