src/notes/api/permissions/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 23 Jun 2017 10:16:49 +0200
changeset 79 772b73e31069
parent 31 63be3ce389f7
child 117 9864fe2067cd
permissions -rw-r--r--
Introduce note editing, allow deleting note.

"""
Permissions classes fro notes
"""
from .core import SessionPermission, NotePermission

__all__ = ["SessionPermission", "NotePermission"]