src/notes/api/views/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 29 Jun 2017 17:02:21 +0200
changeset 107 e6f85e26b08c
parent 31 63be3ce389f7
child 119 8ff8e2aee0f9
permissions -rw-r--r--
Confirm logout when pending requests, try to purge offline.outbox

from .core import SessionViewSet, NoteViewSet

__all__ = ['SessionViewSet', 'NoteViewSet']