import MLAMonthly as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): if self.player.round_number==1: yield Consent_Form, dict(email_address="xyz") if self.player.round_number==1: yield Introduction yield Decision, dict(fund_a_allocation=0) yield Results if self.player.round_number==200: yield Debrief