src/notes/api/permissions/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 20 Jun 2017 17:54:02 +0200
changeset 64 aecde527900a
parent 31 63be3ce389f7
child 117 9864fe2067cd
permissions -rw-r--r--
Introduce adding note on "enter" key.

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

__all__ = ["SessionPermission", "NotePermission"]