| 1 | #!/usr/bin/env python3 |
| 2 | """Given a set of Lindenmayer System production rules, iteratively apply them to a starting axiom. |
| 3 | |
| 4 | This does _not_ interpret the L-strings with a turtle, only expand the initial axiom. |
nothing calls this directly
no test coverage detected