Files @ 782476e472ab
Branch filter:

Location: OneEye/src/statebag.py - annotation

Laman
configurable image directory, refactored constants
1
2
3
4
5
6
class StateBag:
	def __init__(self):
		self._states=[]

	def pushState(self,board):
		self._states.append(board)