summaryrefslogtreecommitdiff
path: root/wasp/apps/__init__.py
AgeCommit message (Collapse)Author
2020-05-10wasp: apps: Remove __init__.pyDaniel Thompson
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-04-12WIP: Introduce the quick_ringDaniel Thompson
2020-04-12wasp: apps: Add shortcuts to all appsDaniel Thompson