import MonthlyNoInfo as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): if self.player.round_number==1: yield Opening yield Decision, dict(fund_a_allocation=100) yield Results