import Prisoner_Tag as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): if FIX_THIS_IF: yield Introduction, dict(Age=99, Gender="Male") yield Decision, dict(cooperate=True) yield Results