maze/bin/make_maze.py

5 lines
52 B
Python

from maze import make_maze
m = make_maze()
print m