Added examples/canvas/lines_extended.py docstring

This commit is contained in:
Charles Merriam 2015-02-01 11:26:16 -08:00
parent 650e539631
commit 23a59bbf92
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
'''
Lines Extended Demo
===================
This demonstrates how to use the extended line drawing routines such
as circles, elipses, and rectangles. You should see a static image of
labelled shapes on the screen.
'''
from kivy.app import App
from kivy.uix.gridlayout import GridLayout
from kivy.uix.widget import Widget