- move SlateEditor and dependencies to its own folder
- remove Immutable
- remove redux-persist-immutable
- remobe redux-immutable
- update libraries
- added tests on store manipulations (accessor and reducers)
"""
Permissions classes fro notes
"""
from .core import SessionPermission, NotePermission, RootNotePermission
from .auth import GroupPermission
__all__ = ["SessionPermission", "NotePermission", "GroupPermission", "RootNotePermission"]