from typing import TypeVar, Literal from enum import Enum class ReportSource(Enum): OB = "OB" GP = "GP"