diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-12 07:59:37 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-04-12 07:59:37 (GMT) |
| commit | 64afea0d0700edde10723bd243c2a4193d41063d (patch) | |
| tree | 314e40f01af4b87c18f79085ce4a792135c02e26 /wasp/apps/__init__.py | |
| parent | b649cd1b2424fd8492cfecbc6034649ad4c2f376 (diff) | |
WIP: Introduce the quick_ring
Diffstat (limited to 'wasp/apps/__init__.py')
| -rw-r--r-- | wasp/apps/__init__.py | 1 |
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 |
