from typing import NamedTuple class Philosophy(NamedTuple): goodness: str truth: bool beauty: float