from otree.api import Bot from . import * class PlayerBot(Bot): def play_round(self): yield Prediction, dict(private_prediction=10) yield Example