File size: 122 Bytes
c4987e8
 
 
 
1
2
3
4
class Call:
    def __init__(self, call_id : int, is_used : bool):
        self.Id = call_id
        self.IsUsed = is_used