Skip to content

Commit 7f6aeb2

Browse files
committed
Refactored examples
1 parent 729db46 commit 7f6aeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

a_star/test_a_star.py renamed to examples/maze_solving_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def from_id_width(point, width):
112112

113113
if __name__ == '__main__':
114114

115-
import a_star
115+
import a_star.a_star as a_star
116116
import random
117117

118118
# Construct a cool wall collection from this aparently arbitraty points.

0 commit comments

Comments
 (0)