Files @ 6310ece1b69e
Branch filter:

Location: Diana/src/diana/sgf.py

Laman
cleaned old code
1
2
3
4
5
6
class SgfReader:
	def __init__(self,collection):
		self.collection=collection

	def getGameRecords(self):
		pass