src/notes/api/views/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 27 Jun 2017 11:38:26 +0200
changeset 97 69eaef18b01b
parent 31 63be3ce389f7
child 119 8ff8e2aee0f9
permissions -rw-r--r--
Improve the network saga. Try to avoid unnecessary token refresh

from .core import SessionViewSet, NoteViewSet

__all__ = ['SessionViewSet', 'NoteViewSet']