Files @ 5781a5a0b2fb
Branch filter:

Location: Diana/src/sgf.py

Laman
SGF nodes aware of their neighbours in the tree
class SgfReader:
	def __init__(self,collection):
		self.collection=collection

	def getGameRecords(self):
		pass

class Game:
	pass

class Node:
	pass