Files @ 7a9194696648
Branch filter:

Location: Diana/src/sgf.py

Laman
split propValues parsing into a separate module
class SgfReader:
	def __init__(self,collection):
		self.collection=collection

	def getGameRecords(self):
		pass

class Game:
	pass

class Node:
	pass