src/notes/api/views/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 14 Jun 2017 18:41:43 +0200
changeset 37 5ce9218fb3e0
parent 31 63be3ce389f7
child 119 8ff8e2aee0f9
permissions -rw-r--r--
small doc additions to the readme

from .core import SessionViewSet, NoteViewSet

__all__ = ['SessionViewSet', 'NoteViewSet']