def deployTwoGame(self, board, civ): a = C.postsingleGame(board, civ).split(',') self.tokena = a[0] self.tokenb = a[1] self.gameid = a[2]
''' Created on 6 lut 2019 @author: civ ''' from com.civ.rest import CivRest as C if __name__ == '__main__': C.postsingleGame("China", "aaaaaaaaaaaaa")