from dataclasses import dataclass @dataclass(kw_only=True, frozen=True) class Identity: id: str brand: str is_internal_employee: bool