3 lines
93 B
Python
3 lines
93 B
Python
class MazeBuilder:
|
|
def build_from_file(self, filename):
|
|
raise NotImplementedError |