summaryrefslogtreecommitdiff
path: root/wasp/apps/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps/__init__.py')
-rw-r--r--wasp/apps/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wasp/apps/__init__.py b/wasp/apps/__init__.py
index 222ceb7..a5ab777 100644
--- a/wasp/apps/__init__.py
+++ b/wasp/apps/__init__.py
@@ -7,4 +7,5 @@ from apps.flashlight import FlashlightApp
from apps.launcher import LauncherApp
from apps.pager import PagerApp, CrashApp
from apps.settings import SettingsApp
+from apps.stopwatch import StopwatchApp
from apps.testapp import TestApp