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

from .core import SessionViewSet, NoteViewSet

__all__ = ['SessionViewSet', 'NoteViewSet']