diff options
Diffstat (limited to 'wasp/wasp.py')
| -rw-r--r-- | wasp/wasp.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/wasp/wasp.py b/wasp/wasp.py index 3aba03e..a92ceed 100644 --- a/wasp/wasp.py +++ b/wasp/wasp.py @@ -13,7 +13,13 @@ import machine import watch import widgets -from apps import * +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 class EventType(): """Enumerated interface actions. |
