cs-ai-sakura-dev / app /rtc /call_entity.py
lifedebugger's picture
Deploy files from GitHub repository
c4987e8
class Call:
def __init__(self, call_id : int, is_used : bool):
self.Id = call_id
self.IsUsed = is_used