diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-09 19:49:52 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-02-09 19:49:52 (GMT) |
| commit | b2c5b482d5eaba86441c7c68fefc787cd8076821 (patch) | |
| tree | 4c8695173ef261e015872a523370eb8f378d1432 /wasp/main.py | |
| parent | 3bc59b1c71db1f73d16655c41a5ebc3340882f75 (diff) | |
wasp: pinetime: Enable filesystem support
Diffstat (limited to 'wasp/main.py')
| -rw-r--r-- | wasp/main.py | 2 |
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() |
