from __future__ import annotations from typing import Union a: int | Union[str, bool] = 42