wasp-os/wasp/boot.py
Daniel Thompson 3892f07e62 wasp: Add simple clock app
At this point both the simulator and a PineTime will come up
and show a clock (although in the case of the PineTime the clock
will just come up at 12:00).
2020-02-03 19:26:08 +00:00

4 lines
58 B
Python

import manager
import watch
wasp = manager.Manager(watch)