import CRT as pages from . import * c = cu class PlayerBot(Bot): def play_round(self): yield MyPage yield MyPage2, dict(percent=0) yield MyPage5, dict(work=0) yield MyPage6, dict(rides=0) yield MyPage7, dict(students=0) yield MyPage8, dict(medals=0)