Example #1
0
 def deployTwoGame(self, board, civ):
     a = C.postsingleGame(board, civ).split(',')
     self.tokena = a[0]
     self.tokenb = a[1]
     self.gameid = a[2]
Example #2
0
'''
Created on 6 lut 2019

@author: civ
'''
from com.civ.rest import CivRest as C

if __name__ == '__main__':
    C.postsingleGame("China", "aaaaaaaaaaaaa")