import public_good_kraemer as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): import random if self.player.is_surplus: yield Surplus if self.player.subsession.round_number == 1: yield Information yield Sharing, dict(shared_data1=random.randrange(101), shared_data2=random.randrange(101)) yield Results