Add solvers package

This commit is contained in:
Eryn Wells 2017-10-11 16:07:33 -07:00
parent 301a56904c
commit 77456d5114

View file

@ -0,0 +1,8 @@
# Eryn Wells <eryn@erynwells.me>
'''
'''
class Solver:
def solve(self, sudoku):
# TODO: Any subclass of Solver should implement this.
raise NotImplementedError