try: from typing import Final except ImportError: from typing_extensions import Final # noqa: UP035 CHARFIELD_LENGTH: Final = 100