from typing import ClassVar

from .core import UnitedStates

class Idaho(UnitedStates):
    martin_luther_king_label: ClassVar[str]
