maze/bin/make_maze.py

5 lines
52 B
Python
Raw Normal View History

2012-10-25 21:33:35 -07:00
from maze import make_maze
m = make_maze()
print m