Lines
=====

The lines module contains context managers which change how the turtle 
draws lines. A context manager alters the way in which a code block is 
executed.

.. automodule:: lines
   :members:
   :exclude-members: Segmenter, go_segmented, color_setter_factory
