import judgement as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield TakeJudgements, dict(Choice=1, Confidence=1, Feedback="xyz") yield Feedback if self.player.AttentionCheck==True: yield Attention