diff options
Diffstat (limited to 'wasp/apps')
| -rw-r--r-- | wasp/apps/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wasp/apps/__init__.py b/wasp/apps/__init__.py new file mode 100644 index 0000000..222ceb7 --- /dev/null +++ b/wasp/apps/__init__.py @@ -0,0 +1,10 @@ +# SPDX-License-Identifier: LGPL-3.0-or-later +# Copyright (C) 2020 Daniel Thompson +"""All the apps... in one place""" + +from apps.clock import ClockApp +from apps.flashlight import FlashlightApp +from apps.launcher import LauncherApp +from apps.pager import PagerApp, CrashApp +from apps.settings import SettingsApp +from apps.testapp import TestApp |
