1
0
Fork 0
wasp-os/wasp/apps
Daniel Thompson a4c62bb818 wasp: apps: Remove __init__.py
wasp-os contains circular import dependancies (wasp includes apps which
include wasp) but this is normally harmless.

However using __init__.py exagerated to the problem and since the benefit
of the __init__ file is pretty anyway the let's just remove it.
2020-05-10 09:33:26 +01:00
..
clock.py wasp: launcher: Experimental launcher implementation 2020-04-06 22:04:21 +01:00
flashlight.py wasp: launcher: Experimental launcher implementation 2020-04-06 22:04:21 +01:00
gameoflife.py wasp: nrf_rtc: Add a tiny bit of extra resolution 2020-04-26 15:01:48 +01:00
launcher.py apps: launcher: Add a scroll ready indicator 2020-04-26 15:01:48 +01:00
pager.py wasp: On-device crash reporting 2020-04-11 20:15:02 +01:00
settings.py wasp: apps: Add a new (super simple) settings app 2020-04-10 20:30:20 +01:00
stopwatch.py apps: stopwatch: Fix redraw bug (and remove some old test code) 2020-04-26 15:01:48 +01:00
template.py wasp: template: Implement optional application methods 2020-04-12 08:41:31 +01:00
testapp.py wasp: testapp: Sort tests alphabetically 2020-04-12 08:40:11 +01:00