Files @ a362783e3bec
Branch filter:

Location: Diana/src/sgf.py

Laman
exporting SGF back to string, also useful Composed and Point property classes
class SgfReader:
	def __init__(self,collection):
		self.collection=collection

	def getGameRecords(self):
		pass

class Game:
	pass

class Node:
	pass