Files @ c705c709565b
Branch filter:

Location: Diana/src/sgf.py - annotation

Laman
enhanced SVG, added pleb.svg circumventing a rendering bug in librsvg
class SgfReader:
	def __init__(self,collection):
		self.collection=collection

	def getGameRecords(self):
		pass

class Game:
	pass

class Node:
	pass