import intro_and_check as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield Consent, dict(consent=True) if not self.player.consent: yield Consent_Refused yield General_Description yield Q1_Revenue_Formula, dict(q1_answer="C") yield Q2_Factors, dict(q2_answer="A") yield Q3_Data, dict(q3_answer="C") yield Q4_Revenue_Factor, dict(q4_answer="B") yield Q5_Competition, dict(q5_answer="B")