src/notes/api/views/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 20 Jun 2017 19:04:42 +0200
changeset 65 14989b339e5d
parent 31 63be3ce389f7
child 119 8ff8e2aee0f9
permissions -rw-r--r--
Use a fonctionnal component for the login part of the navbar

from .core import SessionViewSet, NoteViewSet

__all__ = ['SessionViewSet', 'NoteViewSet']