summaryrefslogtreecommitdiff
path: root/examples/todo/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/todo/api.py')
-rw-r--r--examples/todo/api.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/todo/api.py b/examples/todo/api.py
new file mode 100644
index 0000000..afbbd11
--- /dev/null
+++ b/examples/todo/api.py
@@ -0,0 +1,2 @@
+
+from model import User, List, Item, Manager