forked from UNN/2026-rff_mp
3 lines
93 B
Python
3 lines
93 B
Python
|
|
class MazeBuilder:
|
||
|
|
def build_from_file(self, filename):
|
||
|
|
raise NotImplementedError
|