encoding: utf-8class Lottery:? ? def __init__(self key client):? ? ? ? self.key = key? ? ? ? self.client = client? ? def add_player(self users):? ? ? ? self.client.sadd(self.key users)? ? def get_all