import Rely_N_Verify as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield Consent yield Demograph1, dict(gender=1, country_of_residence="Afghanistan") yield Instruction yield Payoff_Structure_Display if self.player.id_in_group == 1: yield Send, dict(sent_amount=cu(0)) if self.player.id_in_group == 2: yield SendBack, dict(sent_back_amount=cu(6)) yield Results