diff options
Diffstat (limited to 'wasp/apps/steps.py')
| -rw-r--r-- | wasp/apps/steps.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wasp/apps/steps.py b/wasp/apps/steps.py index 8dbf619..47b1371 100644 --- a/wasp/apps/steps.py +++ b/wasp/apps/steps.py @@ -30,6 +30,13 @@ feet = ( ) class StepCounterApp(): + """Step counter application. + + .. figure:: res/StepsApp.png + :width: 179 + + Screenshot of the step counter application + """ NAME = 'Steps' ICON = icons.app |
