from . import * class PlayerBot(Bot): def play_round(self): # Check yield Consent # No Consent if self.player.consent == 0: yield NoConsent