from . import * class PlayerBot(Bot): def play_round(self): yield Welcome yield Game_instructions, { 'quiz_total_rounds': 2, 'quiz_payment_rounds': 3, 'quiz_neighbors_change': 2, 'quiz_neighbors': 3, 'quiz_bonus_points': 1, 'quiz_math_1': 2, 'quiz_math_2': 3, 'quiz_anonymity': 2, }