diff options
Diffstat (limited to 'wasp/apps/stopwatch.py')
| -rw-r--r-- | wasp/apps/stopwatch.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wasp/apps/stopwatch.py b/wasp/apps/stopwatch.py index c2f756b..8eab273 100644 --- a/wasp/apps/stopwatch.py +++ b/wasp/apps/stopwatch.py @@ -6,6 +6,13 @@ import icons import fonts class StopwatchApp(): + """Stopwatch application. + + .. figure:: res/TimerApp.png + :width: 179 + + Screenshot of the stopwatch application + """ NAME = 'Timer' ICON = icons.app |
