class Call: def __init__(self, call_id : int, is_used : bool): self.Id = call_id self.IsUsed = is_used