Example #1
0
 def make_grid(self, board_size):
     return MustMeet.make_grid(list(board_size))
Example #2
0
 def make_ants(self, ant_locations):
     return MustMeet.make_ants(tuple(map(tuple,ant_locations)))