def __init__()

in spectator/stopwatch.py [0:0]


    def __init__(self, timer: Union[PercentileTimer, Timer], clock: Clock = SystemClock()) -> None:
        self._clock = clock
        self._timer = timer