""" Permissions classes fro notes """ from .core import SessionPermission, NotePermission __all__ = ["SessionPermission", "NotePermission"]