from otree.api import Currency as c, currency_range, expect, Bot from . import * from random import randint class PlayerBot(Bot): def play_round(self): yield Instructions_1 yield Instructions_2 yield Instructions_3 yield Instructions_4 yield Instructions_5