from typing import ClassVar

from .core import UnitedStates

class Washington(UnitedStates):
    include_columbus_day: ClassVar[bool]
