diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-14 01:48:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-14 01:48:13 -0300 |
commit | ad5fdbbe3dae5dd2f371843dd7fb0b56c343d16b (patch) | |
tree | cbf8f8bb0067b17456f014c68193fcdba9805975 /misc | |
parent | 24e32d1ee266ef4cd7a7c52bb6381ede8b5158db (diff) | |
download | tools-ad5fdbbe3dae5dd2f371843dd7fb0b56c343d16b.tar.gz tools-ad5fdbbe3dae5dd2f371843dd7fb0b56c343d16b.tar.bz2 tools-ad5fdbbe3dae5dd2f371843dd7fb0b56c343d16b.tar.xz tools-ad5fdbbe3dae5dd2f371843dd7fb0b56c343d16b.zip |
Ops
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/maze.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/maze.py b/misc/maze.py index 3dc4e62..a56cda6 100755 --- a/misc/maze.py +++ b/misc/maze.py @@ -1,5 +1,4 @@ #!/usr/bin/python2 -# TODO: Automatic 20x20 margins import numpy from numpy.random import randint as rand |