summaryrefslogtreecommitdiff
path: root/wasp/apps
diff options
context:
space:
mode:
Diffstat (limited to 'wasp/apps')
-rw-r--r--wasp/apps/__init__.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/wasp/apps/__init__.py b/wasp/apps/__init__.py
deleted file mode 100644
index a5ab777..0000000
--- a/wasp/apps/__init__.py
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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.stopwatch import StopwatchApp
-from apps.testapp import TestApp