src/notes/api/views/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 21 Jun 2017 03:23:24 +0200
changeset 68 6e18b31b0ad5
parent 31 63be3ce389f7
child 119 8ff8e2aee0f9
permissions -rw-r--r--
Correct session creation and add offline to the persisted state
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31
63be3ce389f7 improve api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
from .core import SessionViewSet, NoteViewSet
63be3ce389f7 improve api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
63be3ce389f7 improve api
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
__all__ = ['SessionViewSet', 'NoteViewSet']