import QuestionarioFinale_BG as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield Demo, dict( age=0, gender="Male", residence="Agrigento", town_birth="Agrigento", education="Phd", work="Employed", elementary="Agrigento", department="Dipartimento di Economia", ) yield Trust_Bribe, dict( trust=1, association=1, blood=1, organ=1, vote=1, benefits=1, fare=1, tax=1, bribe=1, corruption=1, )