| 1 | #!/usr/bin/env python3 |
| 2 | """Interpret an L-String as a set of 3D Turtle commands and record the turtle's path. |
| 3 | |
| 4 | Multiple lines of input will be treated as a continuation of a single L-String. |
nothing calls this directly
no test coverage detected