import InitialRoom as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield ConsentForm, dict(consent="Yes") yield BotCheck, dict(bot_check=10) yield HonorPledge, dict( honor_pledge="I pledge to give my full attention to this study", ) yield Removal, dict(FIX_THESE_FORM_FIELDS)