class Conflict: def __init__(self, robots, time, type): self.robot_idxs = robots # self.robot_positions = positions self.t = time self.type = type