import dictatorParallel as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield Introduction, dict(Geschlecht="Mann,Frau,Divers") if self.player.id_in_group == 1: yield Angebot1, dict(kept1=C.ENDOWMENT1) if self.player.id_in_group == 2: yield Angebot2, dict(kept2=C.ENDOWMENT2) if FIX_THIS_IF: yield Ergebnis1 if FIX_THIS_IF: yield Ergebnis2 if FIX_THIS_IF: yield Ende