Files @ 69ccf3e0aefe
Branch filter:

Location: Diana/src/sgf.py

Laman
created config.py and added command line arguments
class SgfReader:
	def __init__(self,collection):
		self.collection=collection

	def getGameRecords(self):
		pass

class Game:
	pass

class Node:
	pass