summaryrefslogtreecommitdiff
path: root/wasp/apps/software.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2021-06-20 16:24:10 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2021-06-20 16:24:10 (GMT)
commitb0bab534ff6308a9d87a61ea88e5fd72c252b75e (patch)
treebda0cfee6b95995f59caf43da3adadc2473a390a /wasp/apps/software.py
parentae0d59dbe3880abdea536ced5ff3cacfc0fc059d (diff)
apps: SportsApp: Initial sports app implementation
This app is functional... although it lacking in almost every costmetic way, from the icon to the main screen. Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/apps/software.py')
-rw-r--r--wasp/apps/software.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/apps/software.py b/wasp/apps/software.py
index cac4595..9e764bc 100644
--- a/wasp/apps/software.py
+++ b/wasp/apps/software.py
@@ -44,6 +44,7 @@ class SoftwareApp():
db.append(('musicplayer', factory('Music Player')))
db.append(('play2048', factory('Play 2048')))
db.append(('snake', factory('Snake Game')))
+ db.append(('sports', factory('Sports')))
db.append(('flashlight', factory('Torch')))
db.append(('testapp', factory('Test')))
db.append(('timer', factory('Timer')))