summaryrefslogtreecommitdiff
path: root/wasp/main.py
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-09 19:49:52 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-09 19:49:52 (GMT)
commitb2c5b482d5eaba86441c7c68fefc787cd8076821 (patch)
tree4c8695173ef261e015872a523370eb8f378d1432 /wasp/main.py
parent3bc59b1c71db1f73d16655c41a5ebc3340882f75 (diff)
wasp: pinetime: Enable filesystem support
Diffstat (limited to 'wasp/main.py')
-rw-r--r--wasp/main.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wasp/main.py b/wasp/main.py
index 6b41efa..cc4c8b6 100644
--- a/wasp/main.py
+++ b/wasp/main.py
@@ -1 +1,3 @@
+import manager, watch
+wasp = manager.Manager(watch)
wasp.run()