diff options
Diffstat (limited to 'wasp/wasp.py')
| -rw-r--r-- | wasp/wasp.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/wasp/wasp.py b/wasp/wasp.py index 2711454..e32e914 100644 --- a/wasp/wasp.py +++ b/wasp/wasp.py @@ -13,12 +13,7 @@ import machine import watch import widgets -from apps.clock import ClockApp -from apps.flashlight import FlashlightApp -from apps.launcher import LauncherApp -from apps.pager import CrashApp -from apps.settings import SettingsApp -from apps.testapp import TestApp +from apps import * class EventType(): """Enumerated interface actions. |
