import T_D as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield Partizipationsentscheidung, dict( Partizipationsentscheidung_1=False, Partizipationsentscheidung_2=False, Partizipationsentscheidung_3=False, Partizipationsentscheidung_4=False, ) if self.player.Wirkliche_Partizipation == 1: yield Abstimmung_Teilnehmer, dict(Stimmabgabe=50, Schaetzung=100) if self.player.Wirkliche_Partizipation == 0 and self.group.Teilnehmeranzahl != 0: yield Abstimmung_Enthaltung, dict(Schaetzung=100) yield Ergebnisse