In [ ]:
from libs.Mancala import Board
In [5]:
b = Board()
In [6]:
b.print_()
In [28]:
b.play(4)
b.print_()
print b.pos['turn']+"'s turn"
In [ ]: